aboutsummaryrefslogtreecommitdiff
path: root/tests/shaders/vp-max-array.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/vp-max-array.c')
-rw-r--r--tests/shaders/vp-max-array.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/shaders/vp-max-array.c b/tests/shaders/vp-max-array.c
index 568a8c9e..fcccd9df 100644
--- a/tests/shaders/vp-max-array.c
+++ b/tests/shaders/vp-max-array.c
@@ -30,10 +30,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 100 /*window_width*/,
- 100 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 100;
+ config.window_height = 100;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB;
+
+PIGLIT_GL_TEST_CONFIG_END
static const char template_header[] =
"!!ARBvp1.0\n"