forked from KolibriOS/kolibrios
Proc_Lib using f.68.1 for better response is now.
git-svn-id: svn://kolibrios.org@3424 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3d1cba8d8d
commit
1cd7d9e837
@ -182,8 +182,10 @@ ColorDialog_exit
|
|||||||
; is not present the really. For this reason
|
; is not present the really. For this reason
|
||||||
; not use func 10 and 23, because event 1
|
; not use func 10 and 23, because event 1
|
||||||
; is not cleared without call of func 0.
|
; is not cleared without call of func 0.
|
||||||
; In this case is suitable only func 5 and 11!
|
; In this case is suitable only func 5 and 11,
|
||||||
mcall 5,10
|
; or 68.1 and 11 for better response.
|
||||||
|
; mcall 5,10
|
||||||
|
mcall 68,1
|
||||||
mcall 11
|
mcall 11
|
||||||
cmp eax,1
|
cmp eax,1
|
||||||
je .draw
|
je .draw
|
||||||
|
@ -227,8 +227,10 @@ OpenDialog_exit
|
|||||||
; is not present the really. For this reason
|
; is not present the really. For this reason
|
||||||
; not use func 10 and 23, because event 1
|
; not use func 10 and 23, because event 1
|
||||||
; is not cleared without call of func 0.
|
; is not cleared without call of func 0.
|
||||||
; In this case is suitable only func 5 and 11!
|
; In this case is suitable only func 5 and 11,
|
||||||
mcall 5,10
|
; or 68.1 and 11 for better response.
|
||||||
|
; mcall 5,10
|
||||||
|
mcall 68,1
|
||||||
mcall 11
|
mcall 11
|
||||||
cmp eax,1
|
cmp eax,1
|
||||||
je .draw
|
je .draw
|
||||||
|
Loading…
Reference in New Issue
Block a user