forked from KolibriOS/kolibrios
Fixed junk in IRCc window, when it's rolled up
git-svn-id: svn://kolibrios.org@4668 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f01463ea5e
commit
a340693591
@ -54,6 +54,10 @@ draw_window: ; Completely redraw the window, recalculate all coordinates and
|
|||||||
mov edi, str_programname
|
mov edi, str_programname
|
||||||
mcall
|
mcall
|
||||||
mcall 12, 2 ;; when do we actually need this??
|
mcall 12, 2 ;; when do we actually need this??
|
||||||
|
|
||||||
|
movsx eax, [thread_info+70] ; skip if window rolled up
|
||||||
|
test eax, 100b
|
||||||
|
jne .exit
|
||||||
|
|
||||||
mov ebx, [xsize]
|
mov ebx, [xsize]
|
||||||
mov ecx, [ysize]
|
mov ecx, [ysize]
|
||||||
@ -152,7 +156,8 @@ draw_window: ; Completely redraw the window, recalculate all coordinates and
|
|||||||
|
|
||||||
; draw tabs
|
; draw tabs
|
||||||
call draw_windowtabs
|
call draw_windowtabs
|
||||||
|
|
||||||
|
.exit:
|
||||||
popa
|
popa
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user