forked from KolibriOS/kolibrios
ANIMAGE - inactive window does not receive mouse events
git-svn-id: svn://kolibrios.org@3951 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b9e4d76e02
commit
1232e195b8
@ -57,7 +57,7 @@ load_libraries l_libs_start,end_l_libs
|
||||
;--------------------------------------------------------
|
||||
;---------------set events mask--------------------------
|
||||
;--------------------------------------------------------
|
||||
mcall 40,1100111b
|
||||
mcall 40,0x80000067 ; 1100111b
|
||||
;---------------------------------------------------------
|
||||
;-----------------------init data-------------------------
|
||||
;---------------------------------------------------------
|
||||
|
@ -165,7 +165,7 @@ no_new:
|
||||
jne still
|
||||
;---------------------------------------------------------------------
|
||||
open_1:
|
||||
mcall 40,100111b
|
||||
mcall 40,0x80000027 ; 100111b
|
||||
|
||||
mov eax,file_path
|
||||
mov ebx,[ScreenPointer]
|
||||
@ -311,7 +311,7 @@ no_save_:
|
||||
;---------------------------------------------------------------------
|
||||
save1:
|
||||
save_enter:
|
||||
mcall 40,100111b
|
||||
mcall 40,0x80000027 ; 100111b
|
||||
|
||||
call analizing_picture_to_palette
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user