From 569ad0408d5db4911b20138a46cde8f6912d8291 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Jan 2023 15:25:02 -0500 Subject: Raise the initial display of example windows This is the standard behaviour for applications. --- examples/pugl_cursor_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pugl_cursor_demo.c') diff --git a/examples/pugl_cursor_demo.c b/examples/pugl_cursor_demo.c index 230bf08..9aa0301 100644 --- a/examples/pugl_cursor_demo.c +++ b/examples/pugl_cursor_demo.c @@ -143,7 +143,7 @@ main(int argc, char** argv) return logError("Failed to create window (%s)\n", puglStrerror(st)); } - puglShow(view, PUGL_SHOW_PASSIVE); + puglShow(view, PUGL_SHOW_RAISE); while (!app.quit) { puglUpdate(app.world, -1.0); -- cgit v1.2.1