aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/ext_texture_integer/api-drawpixels.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/ext_texture_integer/api-drawpixels.c')
-rw-r--r--tests/spec/ext_texture_integer/api-drawpixels.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/spec/ext_texture_integer/api-drawpixels.c b/tests/spec/ext_texture_integer/api-drawpixels.c
index c2675355..9c591337 100644
--- a/tests/spec/ext_texture_integer/api-drawpixels.c
+++ b/tests/spec/ext_texture_integer/api-drawpixels.c
@@ -58,10 +58,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 10 /*window_width*/,
- 10 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 10;
+ config.window_height = 10;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_ALPHA | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
enum piglit_result
piglit_display(void)