aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/InitOutput.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-10-05 16:47:44 +0200
committermarha <marha@users.sourceforge.net>2011-10-05 16:47:44 +0200
commit8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc (patch)
treee9adf557b0065c0936be2a1936eaa3033144ac74 /xorg-server/hw/xwin/InitOutput.c
parent0e5ac4a92495c162590cedb58c6f6fc1d9ba199a (diff)
downloadvcxsrv-8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc.tar.gz
vcxsrv-8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc.tar.bz2
vcxsrv-8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc.zip
Added swrast dll based on wgl
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 3c2f22d73..41e6a57c0 100644
--- a/xorg-server/hw/xwin/InitOutput.c
+++ b/xorg-server/hw/xwin/InitOutput.c
@@ -871,6 +871,9 @@ winUseMsg (void)
ErrorF ("-[no]wgl\n"
"\tEnable the GLX extension to use the native Windows WGL interface for accelerated OpenGL\n");
+ ErrorF ("-swrastwgl\n"
+ "\tEnable the GLX extension to use the native Windows WGL interface based on the swrast interface for accelerated OpenGL\n");
+
ErrorF ("-[no]winkill\n"
"\tAlt+F4 exits the X Server.\n");