aboutsummaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-nodepth-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo/fbo-nodepth-test.c')
-rw-r--r--tests/fbo/fbo-nodepth-test.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/fbo/fbo-nodepth-test.c b/tests/fbo/fbo-nodepth-test.c
index e449b8c5..3c3d3234 100644
--- a/tests/fbo/fbo-nodepth-test.c
+++ b/tests/fbo/fbo-nodepth-test.c
@@ -33,10 +33,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 128 /*window_width*/,
- 128 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 128;
+ config.window_height = 128;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
enum piglit_result
piglit_display(void)