aboutsummaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-rg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo/fbo-rg.c')
-rw-r--r--tests/fbo/fbo-rg.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/fbo/fbo-rg.c b/tests/fbo/fbo-rg.c
index 4aecd05c..6ea46f8c 100644
--- a/tests/fbo/fbo-rg.c
+++ b/tests/fbo/fbo-rg.c
@@ -44,10 +44,13 @@ static GLuint rgba_tex;
static GLuint other_tex;
static GLboolean pass = GL_TRUE;
-PIGLIT_GL_TEST_MAIN(
- 128 /*window_width*/,
- 64 /*window_height*/,
- PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 128;
+ config.window_height = 64;
+ config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;
+
+PIGLIT_GL_TEST_CONFIG_END
static const char vert_code[] =
"attribute vec2 position;\n"