forked from KolibriOS/kolibrios
IRCC - inactive window does not receive mouse events
git-svn-id: svn://kolibrios.org@3949 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
677f18cbed
commit
c8c205bd16
6
programs/network/ircc/build.bat
Normal file
6
programs/network/ircc/build.bat
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
@erase lang.inc
|
||||||
|
@echo lang fix en >lang.inc
|
||||||
|
@fasm -m 16384 ircc.asm ircc
|
||||||
|
@kpack ircc
|
||||||
|
@erase lang.inc
|
||||||
|
@pause
|
@ -126,7 +126,7 @@ START:
|
|||||||
mcall 68, 11 ; init heap so we can allocate memory dynamically
|
mcall 68, 11 ; init heap so we can allocate memory dynamically
|
||||||
|
|
||||||
; wanted events
|
; wanted events
|
||||||
mcall 40, EVM_REDRAW + EVM_KEY + EVM_BUTTON + EVM_STACK + EVM_MOUSE
|
mcall 40,EVM_REDRAW+EVM_KEY+EVM_BUTTON+EVM_STACK+EVM_MOUSE+EVM_MOUSE_FILTER
|
||||||
|
|
||||||
; load libraries
|
; load libraries
|
||||||
stdcall dll.Load, @IMPORT
|
stdcall dll.Load, @IMPORT
|
||||||
|
Loading…
Reference in New Issue
Block a user