RUN - inactive window does not receive mouse events

git-svn-id: svn://kolibrios.org@3942 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-09-29 16:40:26 +00:00
parent 0c67c51304
commit e7a0c2bf33
4 changed files with 6 additions and 1 deletions

View File

@ -595,3 +595,6 @@ EVM_IPC = 1000000b
EVM_STACK = 10000000b EVM_STACK = 10000000b
EVM_DEBUG = 100000000b EVM_DEBUG = 100000000b
EVM_STACK2 = 1000000000b EVM_STACK2 = 1000000000b
EVM_MOUSE_FILTER = 0x80000000
EVM_CURSOR_FILTER = 0x40000000

View File

@ -1,5 +1,6 @@
@erase lang.inc @erase lang.inc
@echo lang fix en >lang.inc @echo lang fix en >lang.inc
@fasm run.asm run @fasm run.asm run
@kpack run
@erase lang.inc @erase lang.inc
@pause @pause

View File

@ -1,5 +1,6 @@
@erase lang.inc @erase lang.inc
@echo lang fix ru >lang.inc @echo lang fix ru >lang.inc
@fasm run.asm run @fasm run.asm run
@kpack run
@erase lang.inc @erase lang.inc
@pause @pause

View File

@ -38,7 +38,7 @@ err_message_found_lib, head_f_l, myimport, err_message_import, head_f_i
cmp [par],byte 0 cmp [par],byte 0
jne read_par jne read_par
mcall 40,EVM_MOUSE+EVM_BUTTON+EVM_KEY+EVM_REDRAW mcall 40,EVM_MOUSE+EVM_BUTTON+EVM_KEY+EVM_REDRAW+EVM_MOUSE_FILTER
red: red:
mcall 48,3,sc,40 mcall 48,3,sc,40
edit_boxes_set_sys_color input_fn,input_fn_end,sc edit_boxes_set_sys_color input_fn,input_fn_end,sc