forked from KolibriOS/kolibrios
mousemul: small fix
git-svn-id: svn://kolibrios.org@2705 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
1930ba2b36
commit
83e9522c3f
@ -34,6 +34,7 @@ start:
|
||||
mov ebx,notifyapp
|
||||
mcall
|
||||
|
||||
start1:
|
||||
xor ebx,ebx
|
||||
mcall 40
|
||||
@@:
|
||||
@ -65,7 +66,7 @@ key: ; key event handler
|
||||
jnz @f
|
||||
mov ebx,5
|
||||
call hotkeys_common
|
||||
jmp start
|
||||
jmp start1
|
||||
@@:
|
||||
cmp al,2
|
||||
jne still
|
||||
|
Loading…
Reference in New Issue
Block a user