Fix error VRR+FULLSCREEN WINDOW

git-svn-id: svn://kolibrios.org@45 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2006-02-05 17:11:32 +00:00
parent c1dd532cde
commit e7afcd69e4

View File

@ -345,6 +345,12 @@ display_settings:
cmp eax,5 ; get screen workarea
jne no_get_workarea
popad
mov eax,[0xfe00]
mov [screen_workarea.right],eax
mov eax,[0xfe04]
mov [screen_workarea.bottom],eax
mov eax,[screen_workarea.left-2]
mov ax,word[screen_workarea.right]
mov [esp+36],eax