aboutsummaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-gl_pointcoord.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo/fbo-gl_pointcoord.c')
-rw-r--r--tests/fbo/fbo-gl_pointcoord.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/fbo/fbo-gl_pointcoord.c b/tests/fbo/fbo-gl_pointcoord.c
index 9ac47681..f9b8bfe2 100644
--- a/tests/fbo/fbo-gl_pointcoord.c
+++ b/tests/fbo/fbo-gl_pointcoord.c
@@ -30,10 +30,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 100 /*window_width*/,
- 100 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_SINGLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 100;
+ config.window_height = 100;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_SINGLE;
+
+PIGLIT_GL_TEST_CONFIG_END
static const char vs_text[] =
"#version 120 \n"