forked from KolibriOS/kolibrios
Correction for r.2451
git-svn-id: svn://kolibrios.org@2459 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5e7b91ce25
commit
3fc3a46bdb
@ -1925,7 +1925,7 @@ align 4
|
|||||||
push ecx
|
push ecx
|
||||||
; check for hardware cursor
|
; check for hardware cursor
|
||||||
cmp [_display.select_cursor], select_cursor
|
cmp [_display.select_cursor], select_cursor
|
||||||
jne @f
|
je @f
|
||||||
cmp [_display.select_cursor], 0
|
cmp [_display.select_cursor], 0
|
||||||
jne .no_mouseunder
|
jne .no_mouseunder
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user