forked from KolibriOS/kolibrios
Fix f.67 for correct sequence of calling repaint the background (example KFAR, Fplay etc.)
git-svn-id: svn://kolibrios.org@3452 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f08eb54025
commit
58f7495fc7
@ -381,6 +381,16 @@ align 4
|
||||
push esi edx ecx ebx
|
||||
mov eax, esp
|
||||
mov bl, [edi + WDATA.fl_wstate]
|
||||
;--------------------------------------
|
||||
align 4
|
||||
@@:
|
||||
cmp [REDRAW_BACKGROUND], byte 0
|
||||
jz @f
|
||||
call change_task
|
||||
jmp @b
|
||||
;--------------------------------------
|
||||
align 4
|
||||
@@:
|
||||
call window._.set_window_box
|
||||
add esp, sizeof.BOX
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user