diff options
Diffstat (limited to 'tests/spec/glsl-1.30/execution/fs-discard-exit-2.c')
-rw-r--r-- | tests/spec/glsl-1.30/execution/fs-discard-exit-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c b/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c index 52f1ba5d0..ed975ef58 100644 --- a/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c +++ b/tests/spec/glsl-1.30/execution/fs-discard-exit-2.c @@ -47,7 +47,7 @@ PIGLIT_GL_TEST_MAIN( 64 /*window_width*/, 64 /*window_height*/, - GLUT_RGB | GLUT_ALPHA | GLUT_DOUBLE) + PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE) static int coord1_location, coord2_location; |