aboutsummaryrefslogtreecommitdiff
path: root/tests/bugs/tri-tex-crash.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/tri-tex-crash.c')
-rw-r--r--tests/bugs/tri-tex-crash.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/bugs/tri-tex-crash.c b/tests/bugs/tri-tex-crash.c
index 6702e60a..d706453f 100644
--- a/tests/bugs/tri-tex-crash.c
+++ b/tests/bugs/tri-tex-crash.c
@@ -30,10 +30,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 400 /*window_width*/,
- 400 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 400;
+ config.window_height = 400;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
static void
make_texture(void)