'Rolled up' fix fo IRCc is rewritten correct

git-svn-id: svn://kolibrios.org@4671 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
gtament 2014-03-21 12:16:10 +00:00
parent 259c88b26b
commit f7a74bc85b

View File

@ -55,8 +55,7 @@ draw_window: ; Completely redraw the window, recalculate all coordinates and
mcall
mcall 12, 2
movsx eax, [thread_info+70] ; skip if window rolled up
test eax, 100b
test [thread_info.wnd_state], 100b ; skip if window rolled up
jne .exit
mov ebx, [xsize]