summaryrefslogtreecommitdiff
path: root/src/vesa.h
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2005-05-09 17:40:51 +0000
committerEgbert Eich <eich@suse.de>2005-05-09 17:40:51 +0000
commit9f2b6b63add7822dea966f489f496c7a2edfa19c (patch)
tree9abcdab1f3ae98a398f3f850b2906bd87e408413 /src/vesa.h
parent0b142fd735496c72ead409e1f89caa1da8d80f6e (diff)
downloadxorg-driver-xf86-video-vesa-9f2b6b63add7822dea966f489f496c7a2edfa19c.tar.gz
VBE Set Mode (0x02) to not clear the screen causes problems on some BIOSes.XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
This fix adds an option to disable it (Bugzilla #3246).
Diffstat (limited to 'src/vesa.h')
-rw-r--r--src/vesa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vesa.h b/src/vesa.h
index 390a25b..f168a79 100644
--- a/src/vesa.h
+++ b/src/vesa.h
@@ -116,6 +116,7 @@ typedef struct _VESARec
CloseScreenProcPtr CloseScreen;
OptionInfoPtr Options;
IOADDRESS ioBase;
+ Bool ModeSetClearScreen;
} VESARec, *VESAPtr;