Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1465 → Rev 1466

/kernel/trunk/gui/event.inc
455,6 → 455,15
je .loop ; empty ???
ret ; retval = eax
.FlagAutoReset: ; retvals: BgrRedraw=5, Mouse=6, IPC=7, Stack=8, Debug=9
cmp eax,5 ; Mouse 5+1=6
jne @f
push eax
; If the window is captured and moved by the user, then no mouse events!!!
mov al, [mouse.active_sys_window.action]
test al, mouse.WINDOW_MOVE_FLAG
pop eax
jnz .loop
@@:
btr [ebx+APPDATA.event_mask],eax
jnc .loop
.result: ; retval = eax+1