aboutsummaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-fs-texturecube-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-fs-texturecube-2.c')
-rw-r--r--tests/shaders/glsl-fs-texturecube-2.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/shaders/glsl-fs-texturecube-2.c b/tests/shaders/glsl-fs-texturecube-2.c
index 9783aa27..4c3fd30f 100644
--- a/tests/shaders/glsl-fs-texturecube-2.c
+++ b/tests/shaders/glsl-fs-texturecube-2.c
@@ -35,10 +35,13 @@
#define SIZE 32
-PIGLIT_GL_TEST_MAIN(
- SIZE * 6 /*window_width*/,
- SIZE /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = SIZE*6;
+ config.window_height = SIZE;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
static GLint prog;