diff options
Diffstat (limited to 'tests/general/depthrange-clear.c')
-rw-r--r-- | tests/general/depthrange-clear.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/general/depthrange-clear.c b/tests/general/depthrange-clear.c index 0f4603489..eee62f322 100644 --- a/tests/general/depthrange-clear.c +++ b/tests/general/depthrange-clear.c @@ -33,10 +33,13 @@ #include "piglit-util-gl-common.h" -PIGLIT_GL_TEST_MAIN( - 100 /*window_width*/, - 100 /*window_height*/, - PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH) +PIGLIT_GL_TEST_CONFIG_BEGIN + + config.window_width = 100; + config.window_height = 100; + config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH; + +PIGLIT_GL_TEST_CONFIG_END /** * Convenience function to draw an axis-aligned rectangle. |