aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/InitOutput.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-02-15 12:28:04 +0000
committermarha <marha@users.sourceforge.net>2010-02-15 12:28:04 +0000
commit266b3ab4e449ba783abadd6d5ffc5397d42a6069 (patch)
tree615aa9e92783d325a6b2c4bf3aae0a0246c4e92a /xorg-server/hw/xwin/InitOutput.c
parent058f810182082292d8632e1f0ad4ffd21adc50fa (diff)
downloadvcxsrv-266b3ab4e449ba783abadd6d5ffc5397d42a6069.tar.gz
vcxsrv-266b3ab4e449ba783abadd6d5ffc5397d42a6069.tar.bz2
vcxsrv-266b3ab4e449ba783abadd6d5ffc5397d42a6069.zip
Removed NATIVEGDI compilation (is currenlty crashing)
Diffstat (limited to 'xorg-server/hw/xwin/InitOutput.c')
-rw-r--r--xorg-server/hw/xwin/InitOutput.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/InitOutput.c b/xorg-server/hw/xwin/InitOutput.c
index 8520e2375..d05a76320 100644
--- a/xorg-server/hw/xwin/InitOutput.c
+++ b/xorg-server/hw/xwin/InitOutput.c
@@ -807,6 +807,9 @@ winUseMsg (void)
"\t\t1 - Shadow GDI\n"
"\t\t2 - Shadow DirectDraw\n"
"\t\t4 - Shadow DirectDraw4 Non-Locking\n"
+#ifdef XWIN_PRIMARYFB
+ "\t\t8 - Primary DirectDraw\n"
+#endif
#ifdef XWIN_NATIVEGDI
"\t\t16 - Native GDI - experimental\n"
#endif