forked from KolibriOS/kolibrios
Fix for r. 1392
git-svn-id: svn://kolibrios.org@2524 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
773874982d
commit
69706fb6b2
@ -3289,8 +3289,11 @@ align 4
|
||||
;--------------------------------------
|
||||
align 4
|
||||
mouse_not_active:
|
||||
cmp byte[REDRAW_BACKGROUND], 0 ; background update ?
|
||||
xor eax, eax
|
||||
xchg al, [REDRAW_BACKGROUND]
|
||||
test al, al ; background update ?
|
||||
jz nobackgr
|
||||
|
||||
cmp [background_defined], 0
|
||||
jz nobackgr
|
||||
;--------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user