forked from KolibriOS/kolibrios
Fix of left mouse button broken to revision 1460
git-svn-id: svn://kolibrios.org@1465 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b062f4354f
commit
9b02a3a71e
@ -856,12 +856,11 @@ waredraw: ;////////////////////////////////////////////////////////////////////
|
|||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
;? Activate window, redrawing if necessary
|
;? Activate window, redrawing if necessary
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; push -1
|
push -1
|
||||||
mov eax, [TASK_COUNT]
|
mov eax, [TASK_COUNT]
|
||||||
lea eax, [WIN_POS + eax * 2]
|
lea eax, [WIN_POS + eax * 2]
|
||||||
cmp eax, esi
|
cmp eax, esi
|
||||||
; pop eax
|
pop eax
|
||||||
or eax,-1
|
|
||||||
je .exit
|
je .exit
|
||||||
|
|
||||||
; is it overlapped by another window now?
|
; is it overlapped by another window now?
|
||||||
|
Loading…
Reference in New Issue
Block a user