hw/xwin: Enable AIGLX by default
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
11bb32e561
commit
4445806732
|
@ -840,7 +840,7 @@ winUseMsg(void)
|
||||||
|
|
||||||
#ifdef XWIN_GLX_WINDOWS
|
#ifdef XWIN_GLX_WINDOWS
|
||||||
ErrorF("-[no]wgl\n"
|
ErrorF("-[no]wgl\n"
|
||||||
"\tEnable the GLX extension to use the native Windows WGL interface for accelerated OpenGL\n");
|
"\tEnable the GLX extension to use the native Windows WGL interface for hardware-accelerated OpenGL\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ErrorF("-[no]winkill\n" "\tAlt+F4 exits the X Server.\n");
|
ErrorF("-[no]winkill\n" "\tAlt+F4 exits the X Server.\n");
|
||||||
|
|
|
@ -211,7 +211,7 @@ is disabled by default.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-[no]wgl
|
.B \-[no]wgl
|
||||||
Enable [disable] the GLX extension to use the native Windows WGL interface
|
Enable [disable] the GLX extension to use the native Windows WGL interface
|
||||||
for hardware accelerated OpenGL (AIGLX). (Experimental)
|
for hardware accelerated OpenGL (AIGLX). The default is enabled.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-[no]winkill
|
.B \-[no]winkill
|
||||||
Enable or disable the \fIAlt-F4\fP key combination as a signal to exit the
|
Enable or disable the \fIAlt-F4\fP key combination as a signal to exit the
|
||||||
|
|
|
@ -77,7 +77,7 @@ Bool g_fKeyboardHookLL = FALSE;
|
||||||
Bool g_fNoHelpMessageBox = FALSE;
|
Bool g_fNoHelpMessageBox = FALSE;
|
||||||
Bool g_fSoftwareCursor = FALSE;
|
Bool g_fSoftwareCursor = FALSE;
|
||||||
Bool g_fSilentDupError = FALSE;
|
Bool g_fSilentDupError = FALSE;
|
||||||
Bool g_fNativeGl = FALSE;
|
Bool g_fNativeGl = TRUE;
|
||||||
|
|
||||||
#ifdef XWIN_CLIPBOARD
|
#ifdef XWIN_CLIPBOARD
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue