Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3535 → Rev 3536

/kernel/trunk/gui/mouse.inc
66,13 → 66,9
; NOTE: this code wouldn't be necessary if we knew window did
; already redraw itself after call above
or eax, eax
jz @f
jnz .exit
 
and [mouse.state.buttons], 0
jmp .exit
 
; is there any system button under cursor?
@@:
call mouse._.find_sys_button_under_cursor
or eax, eax
jz .check_buttons_released