From 8258a911155012ced13f71181d6d6ccbbab5eba3 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Sun, 29 Sep 2013 17:21:00 +0000 Subject: [PATCH] KPACK - inactive window does not receive mouse events git-svn-id: svn://kolibrios.org@3946 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/kpack/trunk/kpack.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/other/kpack/trunk/kpack.asm b/programs/other/kpack/trunk/kpack.asm index 66f149596c..d6824cb191 100644 --- a/programs/other/kpack/trunk/kpack.asm +++ b/programs/other/kpack/trunk/kpack.asm @@ -55,7 +55,7 @@ include '../../../develop/libraries/box_lib/load_lib.mac' START: mcall 68,11 - mcall 40,100111b + mcall 40,0x80000027 load_libraries l_libs_start,load_lib_end cmp eax,-1