diff options
Diffstat (limited to 'tests/texturing/proxy-texture.c')
-rw-r--r-- | tests/texturing/proxy-texture.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/texturing/proxy-texture.c b/tests/texturing/proxy-texture.c index 60b81db97..c8f7ec91c 100644 --- a/tests/texturing/proxy-texture.c +++ b/tests/texturing/proxy-texture.c @@ -29,10 +29,13 @@ #include "piglit-util-gl-common.h" -PIGLIT_GL_TEST_MAIN( - 128 /*window_width*/, - 128 /*window_height*/, - PIGLIT_GL_VISUAL_RGB) +PIGLIT_GL_TEST_CONFIG_BEGIN + + config.window_width = 128; + config.window_height = 128; + config.window_visual = PIGLIT_GL_VISUAL_RGB; + +PIGLIT_GL_TEST_CONFIG_END static void |