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_window_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pugl_window_demo.c') diff --git a/examples/pugl_window_demo.c b/examples/pugl_window_demo.c index c672780..d401c67 100644 --- a/examples/pugl_window_demo.c +++ b/examples/pugl_window_demo.c @@ -213,7 +213,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); } PuglFpsPrinter fpsPrinter = {puglGetTime(app.world)}; -- cgit v1.2.1