Small addition for r.2515
git-svn-id: svn://kolibrios.org@2516 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
6cf03dd98c
commit
9407b2971a
@ -3314,6 +3314,9 @@ set_bgr_event:
|
|||||||
test al, al ; got new update request?
|
test al, al ; got new update request?
|
||||||
jnz @b
|
jnz @b
|
||||||
|
|
||||||
|
; call change_task - because the application must have time to call f.15.8
|
||||||
|
call change_task
|
||||||
|
|
||||||
mov [draw_data+32 + RECT.left], eax
|
mov [draw_data+32 + RECT.left], eax
|
||||||
mov [draw_data+32 + RECT.top], eax
|
mov [draw_data+32 + RECT.top], eax
|
||||||
mov [draw_data+32 + RECT.right], eax
|
mov [draw_data+32 + RECT.right], eax
|
||||||
|
Loading…
Reference in New Issue
Block a user