summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86str.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-08-28 15:58:54 -0400
committerAdam Jackson <ajax@nwnk.net>2018-09-27 16:50:22 +0000
commitd1c00c859c6676fbb540420c9055788bc19cb18f (patch)
treea69a712c5bd2c2de0738d1b042495f5918282425 /hw/xfree86/common/xf86str.h
parent2bd631810d910975a5df55c0e76b02856d53688d (diff)
xfree86: Remove -flippixels
No supported driver supports 1bpp anymore, nor has in a very long time. This option only worked with vgahw anyway. Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/common/xf86str.h')
-rw-r--r--hw/xfree86/common/xf86str.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index edd91c745..f38f6cd68 100644
--- a/hw/xfree86/common/xf86str.h
+++ b/hw/xfree86/common/xf86str.h
@@ -640,7 +640,6 @@ typedef struct _ScrnInfoRec {
int videoRam; /* amount of video ram (kb) */
unsigned long memPhysBase; /* Physical address of FB */
unsigned long fbOffset; /* Offset of FB in the above */
- Bool flipPixels; /* swap default black/white */
void *options;
/* Allow screens to be enabled/disabled individually */