aboutsummaryrefslogtreecommitdiff
path: root/tests/hiz/hiz-depth-test-window-stencil1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hiz/hiz-depth-test-window-stencil1.c')
-rw-r--r--tests/hiz/hiz-depth-test-window-stencil1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hiz/hiz-depth-test-window-stencil1.c b/tests/hiz/hiz-depth-test-window-stencil1.c
index 8727dcaf..1ad63794 100644
--- a/tests/hiz/hiz-depth-test-window-stencil1.c
+++ b/tests/hiz/hiz-depth-test-window-stencil1.c
@@ -41,7 +41,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.window_width = 400;
config.window_height = 400;
- config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL;
+ config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL;
PIGLIT_GL_TEST_CONFIG_END