aboutsummaryrefslogtreecommitdiff
path: root/tests/bugs/tex1d-2dborder.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/tex1d-2dborder.c')
-rw-r--r--tests/bugs/tex1d-2dborder.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/bugs/tex1d-2dborder.c b/tests/bugs/tex1d-2dborder.c
index f2bcc1d3..aa7d762a 100644
--- a/tests/bugs/tex1d-2dborder.c
+++ b/tests/bugs/tex1d-2dborder.c
@@ -32,10 +32,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 256 /*window_width*/,
- 128 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 256;
+ config.window_height = 128;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
static const GLfloat TextureColor[3] = { 1.0, 0.5, 0.0 };