summaryrefslogtreecommitdiff
path: root/tests/shaders/vp-address-05.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/vp-address-05.c')
-rw-r--r--tests/shaders/vp-address-05.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/vp-address-05.c b/tests/shaders/vp-address-05.c
index 5e90147cf..f502f0dc9 100644
--- a/tests/shaders/vp-address-05.c
+++ b/tests/shaders/vp-address-05.c
@@ -38,7 +38,7 @@
PIGLIT_GL_TEST_MAIN(
(((BOX_SIZE+1)*TEST_COLS)+1) /*window_width*/,
(((BOX_SIZE+1)*TEST_ROWS)+1) /*window_height*/,
- GLUT_DOUBLE)
+ PIGLIT_GL_VISUAL_DOUBLE)
static const char vertex_source_template[] =
"!!ARBvp1.0\n"