summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-fs-texturecube.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-fs-texturecube.c')
-rw-r--r--tests/shaders/glsl-fs-texturecube.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/glsl-fs-texturecube.c b/tests/shaders/glsl-fs-texturecube.c
index 0b263a686..103f98405 100644
--- a/tests/shaders/glsl-fs-texturecube.c
+++ b/tests/shaders/glsl-fs-texturecube.c
@@ -38,7 +38,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.window_width = 120;
config.window_height = 20;
- config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE;
+ config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
PIGLIT_GL_TEST_CONFIG_END