'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

@ -53,10 +53,9 @@ draw_window: ; Completely redraw the window, recalculate all coordinates and
add edx, 0x33000000
mov edi, str_programname
mcall
mcall 12, 2
movsx eax, [thread_info+70] ; skip if window rolled up
test eax, 100b
mcall 12, 2
test [thread_info.wnd_state], 100b ; skip if window rolled up
jne .exit
mov ebx, [xsize]