Subversion Repositories Kolibri OS

Rev

Rev 7863 | Rev 9568 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7863 Rev 9459
Line 1... Line 1...
1
; flat assembler source
1
; flat assembler source
2
; Copyright (c) 1999-2020, Tomasz Grysztar.
2
; Copyright (c) 1999-2021, Tomasz Grysztar.
3
; All rights reserved.
3
; All rights reserved.
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
; KolibriOS port by KolibriOS Team
5
; KolibriOS port by KolibriOS Team
Line 120... Line 120...
120
	call	parse_params
120
	call	parse_params
121
	mcall	SF_SYS_MISC,SSF_MEM_ALLOC,$1000
121
	mcall	SF_SYS_MISC,SSF_MEM_ALLOC,$1000
122
	mov	[file_io_notify.flags],eax
122
	mov	[file_io_notify.flags],eax
Line 123... Line 123...
123
 
123
 
Line 124... Line 124...
124
	call	LoadLibraries
124
unresolved_proc_termination: call    LoadLibraries
125
 
125
 
126
	mcall	SF_SET_EVENTS_MASK,EVM_MOUSE_FILTER or EVM_MOUSE or EVM_BUTTON or EVM_KEY or EVM_REDRAW;0x80000027 ; filter events: 80000000h - don`t receive mouse events if wnd nonactive , 7 - allowed events: redraw,keypresses, button presses
126
	mcall	SF_SET_EVENTS_MASK,EVM_MOUSE_FILTER or EVM_MOUSE or EVM_BUTTON or EVM_KEY or EVM_REDRAW;0x80000027 ; filter events: 80000000h - don`t receive mouse events if wnd nonactive , 7 - allowed events: redraw,keypresses, button presses