forked from KolibriOS/kolibrios
OpenDialog - checking for "rolled up" window
git-svn-id: svn://kolibrios.org@2055 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
feeaab087e
commit
49300bb778
@ -1262,6 +1262,10 @@ draw_window:
|
|||||||
call type_title
|
call type_title
|
||||||
call get_window_param
|
call get_window_param
|
||||||
|
|
||||||
|
mov eax,[procinfo+70] ;status of window
|
||||||
|
test eax,100b
|
||||||
|
jne .end
|
||||||
|
|
||||||
mov eax,[window_high]
|
mov eax,[window_high]
|
||||||
sub eax,25+45
|
sub eax,25+45
|
||||||
mov [file_browser_data_1.size_y],ax
|
mov [file_browser_data_1.size_y],ax
|
||||||
@ -1390,6 +1394,7 @@ draw_window:
|
|||||||
|
|
||||||
; mcall 47,0x80000,[file_browser_data_1.ini_file_start],<250,0>,0x0
|
; mcall 47,0x80000,[file_browser_data_1.ini_file_start],<250,0>,0x0
|
||||||
; mcall 4,<3,420>,0,fb_extension_start,3
|
; mcall 4,<3,420>,0,fb_extension_start,3
|
||||||
|
.end:
|
||||||
mcall 12,2
|
mcall 12,2
|
||||||
|
|
||||||
ret
|
ret
|
||||||
|
Loading…
Reference in New Issue
Block a user