aboutsummaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-max-vertex-attrib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-max-vertex-attrib.c')
-rw-r--r--tests/shaders/glsl-max-vertex-attrib.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/shaders/glsl-max-vertex-attrib.c b/tests/shaders/glsl-max-vertex-attrib.c
index f7082da9..4386e62b 100644
--- a/tests/shaders/glsl-max-vertex-attrib.c
+++ b/tests/shaders/glsl-max-vertex-attrib.c
@@ -36,10 +36,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 250 /*window_width*/,
- 250 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 250;
+ config.window_height = 250;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB;
+
+PIGLIT_GL_TEST_CONFIG_END
static int test = 0;