tinypad: fix blinking mouse cursor in dialog mode

git-svn-id: svn://kolibrios.org@1480 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld) 2010-06-06 14:34:10 +00:00
parent 632489f702
commit f5372bd676
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ button:
mov ebx,eax
mov al,3
call [bot_dlg_handler]
jmp still
jmp still.skip_write
@@: mov esi,accel_table2
.acc: cmp eax,[esi]

View File

@ -72,7 +72,7 @@ key:
mov ebx,eax
mov al,2
call [bot_dlg_handler]
jmp still
jmp still.skip_write
@@:
mov esi,accel_table_main

View File

@ -65,7 +65,7 @@ mouse:
mov ah,al
mov al,4
call [bot_dlg_handler]
jmp still
jmp still.skip_write
@@: cmp al,MEV_MOVE
jne .no_move
cmp [popup_active],1