aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gl.c')
-rw-r--r--test/test_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gl.c b/test/test_gl.c
index da84c1a..bf9b02a 100644
--- a/test/test_gl.c
+++ b/test/test_gl.c
@@ -85,7 +85,7 @@ main(int argc, char** argv)
puglSetBackend(test.view, puglGlBackend());
puglSetEventFunc(test.view, onEvent);
puglSetSizeHint(test.view, PUGL_DEFAULT_SIZE, 512, 512);
- puglShow(test.view);
+ puglShow(test.view, PUGL_SHOW_PASSIVE);
// Enter OpenGL context as if setting things up
puglEnterContext(test.view);