diff options
Diffstat (limited to 'tests/general/stencil-wrap.c')
-rw-r--r-- | tests/general/stencil-wrap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/general/stencil-wrap.c b/tests/general/stencil-wrap.c index 9c6eed8d3..86568427b 100644 --- a/tests/general/stencil-wrap.c +++ b/tests/general/stencil-wrap.c @@ -36,6 +36,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 550; config.window_height = 200; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL; |