From e7afcd69e445119b1f097c40b88127ae884e5fbd Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Sun, 5 Feb 2006 17:11:32 +0000 Subject: [PATCH] Fix error VRR+FULLSCREEN WINDOW git-svn-id: svn://kolibrios.org@45 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/gui/window.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kernel/trunk/gui/window.inc b/kernel/trunk/gui/window.inc index 67adc20481..ae75484941 100644 --- a/kernel/trunk/gui/window.inc +++ b/kernel/trunk/gui/window.inc @@ -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