aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/sized-texture-format-channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/sized-texture-format-channels.c')
-rw-r--r--tests/texturing/sized-texture-format-channels.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/texturing/sized-texture-format-channels.c b/tests/texturing/sized-texture-format-channels.c
index f7fdcfe0..5cd9513c 100644
--- a/tests/texturing/sized-texture-format-channels.c
+++ b/tests/texturing/sized-texture-format-channels.c
@@ -48,10 +48,13 @@
* exactly match.
*/
-PIGLIT_GL_TEST_MAIN(
- 32 /*window_width*/,
- 32 /*window_height*/,
- PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 32;
+ config.window_height = 32;
+ config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA;
+
+PIGLIT_GL_TEST_CONFIG_END
GLenum type_queries[CHANNELS] = {
GL_TEXTURE_RED_TYPE,