From fcddc7933dbff47754b8e4acea7406b77df1bf21 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Apr 2020 19:35:58 +0200 Subject: Replace puglShowWindow() with puglRealize() --- test/test_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_timer.c') diff --git a/test/test_timer.c b/test/test_timer.c index 11666ec..58d0652 100644 --- a/test/test_timer.c +++ b/test/test_timer.c @@ -111,7 +111,7 @@ main(int argc, char** argv) puglSetEventFunc(app.view, onEvent); // Create and show window - assert(!puglCreateWindow(app.view, "Pugl Test")); + assert(!puglRealize(app.view)); assert(!puglShowWindow(app.view)); while (app.state != EXPOSED) { assert(!puglUpdate(app.world, timeout)); -- cgit v1.2.1