DOWNLOADER - inactive window does not receive mouse events

git-svn-id: svn://kolibrios.org@3948 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-09-29 17:39:33 +00:00
parent 53439db544
commit 677f18cbed
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
@erase lang.inc
@echo lang fix en >lang.inc
@fasm -m 16384 downloader.asm downloader
@kpack downloader
@erase lang.inc
@pause

View File

@ -134,7 +134,7 @@ reset_events:
; Report events
; defaults + mouse
mcall 40, EVM_REDRAW + EVM_KEY + EVM_BUTTON + EVM_MOUSE
mcall 40,EVM_REDRAW+EVM_KEY+EVM_BUTTON+EVM_MOUSE+EVM_MOUSE_FILTER
redraw:
call draw_window