summaryrefslogtreecommitdiff
path: root/tests/general/scissor-offscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/scissor-offscreen.c')
-rw-r--r--tests/general/scissor-offscreen.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/general/scissor-offscreen.c b/tests/general/scissor-offscreen.c
index 49d717ffe..f77a11b76 100644
--- a/tests/general/scissor-offscreen.c
+++ b/tests/general/scissor-offscreen.c
@@ -36,10 +36,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 64 /*window_width*/,
- 64 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 64;
+ config.window_height = 64;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
enum piglit_result
piglit_display(void)