forked from KolibriOS/kolibrios
prevent double click on icon, add a small delay
git-svn-id: svn://kolibrios.org@7087 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c103cab861
commit
7a4bbe995b
@ -274,6 +274,7 @@ LButtonPress:
|
|||||||
mov dword[fiRunProg+8],edi
|
mov dword[fiRunProg+8],edi
|
||||||
mov dword[fiRunProg+21],ebx
|
mov dword[fiRunProg+21],ebx
|
||||||
mcall 70,fiRunProg
|
mcall 70,fiRunProg
|
||||||
|
|
||||||
test eax,80000000h
|
test eax,80000000h
|
||||||
jz @f
|
jz @f
|
||||||
|
|
||||||
@ -284,6 +285,7 @@ LButtonPress:
|
|||||||
@@:
|
@@:
|
||||||
pop eax
|
pop eax
|
||||||
stdcall RestoreBackgrnd,eax
|
stdcall RestoreBackgrnd,eax
|
||||||
|
mcall 5, 60
|
||||||
jmp messages
|
jmp messages
|
||||||
|
|
||||||
;-------------------------------------------------------------------------------
|
;-------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user