forked from KolibriOS/kolibrios
Fix error VRR+FULLSCREEN WINDOW
git-svn-id: svn://kolibrios.org@45 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c1dd532cde
commit
e7afcd69e4
@ -345,6 +345,12 @@ display_settings:
|
|||||||
cmp eax,5 ; get screen workarea
|
cmp eax,5 ; get screen workarea
|
||||||
jne no_get_workarea
|
jne no_get_workarea
|
||||||
popad
|
popad
|
||||||
|
|
||||||
|
mov eax,[0xfe00]
|
||||||
|
mov [screen_workarea.right],eax
|
||||||
|
mov eax,[0xfe04]
|
||||||
|
mov [screen_workarea.bottom],eax
|
||||||
|
|
||||||
mov eax,[screen_workarea.left-2]
|
mov eax,[screen_workarea.left-2]
|
||||||
mov ax,word[screen_workarea.right]
|
mov ax,word[screen_workarea.right]
|
||||||
mov [esp+36],eax
|
mov [esp+36],eax
|
||||||
|
Loading…
Reference in New Issue
Block a user