diff options
Diffstat (limited to 'test/test_redisplay.c')
-rw-r--r-- | test/test_redisplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_redisplay.c b/test/test_redisplay.c index 66b9168..1d5b084 100644 --- a/test/test_redisplay.c +++ b/test/test_redisplay.c @@ -115,7 +115,7 @@ main(int argc, char** argv) // Create and show window assert(!puglRealize(app.view)); - assert(!puglShowWindow(app.view)); + assert(!puglShow(app.view)); while (app.state != EXPOSED) { assert(!puglUpdate(app.world, timeout)); } |