aboutsummaryrefslogtreecommitdiff
path: root/tests/general/dlist-fdo3129-01.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/dlist-fdo3129-01.c')
-rw-r--r--tests/general/dlist-fdo3129-01.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/general/dlist-fdo3129-01.c b/tests/general/dlist-fdo3129-01.c
index 56446abf..c53b073b 100644
--- a/tests/general/dlist-fdo3129-01.c
+++ b/tests/general/dlist-fdo3129-01.c
@@ -30,10 +30,13 @@
*/
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 256 /*window_width*/,
- 256 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 256;
+ config.window_height = 256;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
static GLuint list;