aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/ext_framebuffer_multisample/enable-flag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/ext_framebuffer_multisample/enable-flag.cpp')
-rw-r--r--tests/spec/ext_framebuffer_multisample/enable-flag.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/spec/ext_framebuffer_multisample/enable-flag.cpp b/tests/spec/ext_framebuffer_multisample/enable-flag.cpp
index 85eeb451..b619a812 100644
--- a/tests/spec/ext_framebuffer_multisample/enable-flag.cpp
+++ b/tests/spec/ext_framebuffer_multisample/enable-flag.cpp
@@ -63,9 +63,13 @@
#include "common.h"
-PIGLIT_GL_TEST_MAIN(512 /*window_width*/,
- 256 /*window_height*/,
- PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_ALPHA);
+PIGLIT_GL_TEST_CONFIG_BEGIN
+
+ config.window_width = 512;
+ config.window_height = 256;
+ config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_ALPHA;
+
+PIGLIT_GL_TEST_CONFIG_END
namespace {