Fixed a gui bug added while removing OSPort
This commit is contained in:
@@ -513,8 +513,8 @@ ProcessMouseButtons:
|
|||||||
ret
|
ret
|
||||||
.notwinpressb
|
.notwinpressb
|
||||||
|
|
||||||
; cmp byte[OSPort],3
|
cmp byte[OSPort],3
|
||||||
; jne .notwinpressc
|
jne .notwinpressc
|
||||||
cmp byte[GUIcwinpress],3
|
cmp byte[GUIcwinpress],3
|
||||||
jne .notwinpressc
|
jne .notwinpressc
|
||||||
mov byte[GUIcwinpress],0
|
mov byte[GUIcwinpress],0
|
||||||
@@ -532,7 +532,9 @@ ProcessMouseButtons:
|
|||||||
call MinimizeWindow
|
call MinimizeWindow
|
||||||
popad
|
popad
|
||||||
%endif
|
%endif
|
||||||
|
%ifndef __MSDOS__
|
||||||
ret
|
ret
|
||||||
|
%endif
|
||||||
.notwinpressc
|
.notwinpressc
|
||||||
|
|
||||||
; ButtonProcess
|
; ButtonProcess
|
||||||
|
|||||||
Reference in New Issue
Block a user