forked from KolibriOS/kolibrios
MGB - inactive window does not receive mouse events
git-svn-id: svn://kolibrios.org@3943 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e7a0c2bf33
commit
e794d71df6
@ -112,7 +112,7 @@ load_libraries l_libs_start,end_l_libs
|
|||||||
push dword OpenDialog_data
|
push dword OpenDialog_data
|
||||||
call [OpenDialog_Init]
|
call [OpenDialog_Init]
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
mcall 40,0x27
|
mcall 40,0x80000027
|
||||||
red:
|
red:
|
||||||
call draw_window
|
call draw_window
|
||||||
still:
|
still:
|
||||||
@ -595,7 +595,7 @@ int2str:
|
|||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
thread_comment:
|
thread_comment:
|
||||||
or dword [wFlags],1
|
or dword [wFlags],1
|
||||||
mcall 40,0x27
|
mcall 40,0x80000027
|
||||||
mov esi,comment_string_1
|
mov esi,comment_string_1
|
||||||
cld
|
cld
|
||||||
@@:
|
@@:
|
||||||
|
Loading…
Reference in New Issue
Block a user