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_update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_update.c') diff --git a/test/test_update.c b/test/test_update.c index ada3da8..081fb9b 100644 --- a/test/test_update.c +++ b/test/test_update.c @@ -103,7 +103,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)); // Tick until an expose happens -- cgit v1.2.1