From 4e81c178ed8665c2f37fd6f3a35cd1a31598bc8d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Jan 2023 12:11:33 -0500 Subject: Raise test windows initially This seems to make thing a bit more reliable, and matches what was happening before the addition of more precise show commands. --- test/test_gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_gl.c') diff --git a/test/test_gl.c b/test/test_gl.c index bf9b02a..6b28619 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, PUGL_SHOW_PASSIVE); + puglShow(test.view, PUGL_SHOW_RAISE); // Enter OpenGL context as if setting things up puglEnterContext(test.view); -- cgit v1.2.1