contribution from hpsolo:

F2/F4 displays which save state
F3 Linux menu fix
more key fixes for gui
This commit is contained in:
teuf
2001-05-09 15:06:37 +00:00
parent 35ac4fa22b
commit 120ae28c4c
3 changed files with 19 additions and 4 deletions

View File

@@ -177,6 +177,9 @@ EXTSYM numlockptr
EXTSYM CheckPriority
EXTSYM CheckAlwaysOnTop
%endif
%ifdef __LINUX__
EXTSYM numlockptr
%endif
NEWSYM GuiAsmStart

View File

@@ -1889,8 +1889,20 @@ GUIStateSelKeys:
inc cl
jmp .done
.noright
%ifdef __LINUX__
cmp al,90
je .vert
cmp dword[numlockptr],1
je .novert
%endif
cmp al,72
je .vert
%ifdef __LINUX__
cmp al,96
je .vert
cmp dword[numlockptr],1
je .novert
%endif
cmp al,80
jne .novert
.vert