TASK PANEL - forced redrawing the background after the clean desktop (Wind)

git-svn-id: svn://kolibrios.org@2636 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2012-04-20 14:46:14 +00:00
parent 30a21108d8
commit fdcea03c64

View File

@ -1083,9 +1083,12 @@ align 4
cmp [clean_desktop_minimize],1 cmp [clean_desktop_minimize],1
je @f je @f
call restore_desktop call restore_desktop
ret
;-------------------------------------- ;--------------------------------------
align 4 align 4
@@: @@:
mcall 68,1
mcall 15,3
ret ret
; jmp still ; jmp still
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------