aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_buffer/overlap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/arb_copy_buffer/overlap.c')
-rw-r--r--tests/spec/arb_copy_buffer/overlap.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/spec/arb_copy_buffer/overlap.c b/tests/spec/arb_copy_buffer/overlap.c
index 7ddf70b7..703a71f9 100644
--- a/tests/spec/arb_copy_buffer/overlap.c
+++ b/tests/spec/arb_copy_buffer/overlap.c
@@ -36,10 +36,13 @@
#include "piglit-util-gl-common.h"
-PIGLIT_GL_TEST_MAIN(
- 100 /*window_width*/,
- 100 /*window_height*/,
- PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE)
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 100;
+ config.window_height = 100;
+ config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+
+PIGLIT_GL_TEST_CONFIG_END
static void
test_copy(GLenum usage, int data_size, int src, int dst, int size)