diff options
Diffstat (limited to 'vcl/unx/glxtest.cxx')
-rw-r--r-- | vcl/unx/glxtest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/glxtest.cxx b/vcl/unx/glxtest.cxx index 8b5265c88709..38d70aa490e2 100644 --- a/vcl/unx/glxtest.cxx +++ b/vcl/unx/glxtest.cxx @@ -173,7 +173,7 @@ static void glxtest() XSetErrorHandler(x_error_handler); ///// Get a visual ///// - int attribs[] = { + int attribs[] = { GLX_RGBA, GLX_RED_SIZE, 1, GLX_GREEN_SIZE, 1, |