From 1cd7d9e83707eec0bbef67191137b1a1b7ddb583 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Tue, 26 Mar 2013 19:46:18 +0000 Subject: [PATCH] Proc_Lib using f.68.1 for better response is now. git-svn-id: svn://kolibrios.org@3424 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/libraries/proc_lib/trunk/colrdial.mac | 6 ++++-- programs/develop/libraries/proc_lib/trunk/opendial.mac | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/programs/develop/libraries/proc_lib/trunk/colrdial.mac b/programs/develop/libraries/proc_lib/trunk/colrdial.mac index 70427a39fe..7afa29cf16 100644 --- a/programs/develop/libraries/proc_lib/trunk/colrdial.mac +++ b/programs/develop/libraries/proc_lib/trunk/colrdial.mac @@ -182,8 +182,10 @@ ColorDialog_exit ; is not present the really. For this reason ; not use func 10 and 23, because event 1 ; is not cleared without call of func 0. -; In this case is suitable only func 5 and 11! - mcall 5,10 +; In this case is suitable only func 5 and 11, +; or 68.1 and 11 for better response. +; mcall 5,10 + mcall 68,1 mcall 11 cmp eax,1 je .draw diff --git a/programs/develop/libraries/proc_lib/trunk/opendial.mac b/programs/develop/libraries/proc_lib/trunk/opendial.mac index 326abaedb0..88247e70a6 100644 --- a/programs/develop/libraries/proc_lib/trunk/opendial.mac +++ b/programs/develop/libraries/proc_lib/trunk/opendial.mac @@ -227,8 +227,10 @@ OpenDialog_exit ; is not present the really. For this reason ; not use func 10 and 23, because event 1 ; is not cleared without call of func 0. -; In this case is suitable only func 5 and 11! - mcall 5,10 +; In this case is suitable only func 5 and 11, +; or 68.1 and 11 for better response. +; mcall 5,10 + mcall 68,1 mcall 11 cmp eax,1 je .draw