diff options
Diffstat (limited to 'test/test_redisplay.c')
-rw-r--r-- | test/test_redisplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_redisplay.c b/test/test_redisplay.c index 13f0c81..0e14cf6 100644 --- a/test/test_redisplay.c +++ b/test/test_redisplay.c @@ -111,6 +111,7 @@ main(int argc, char** argv) puglSetBackend(app.view, puglStubBackend()); puglSetHandle(app.view, &app); puglSetEventFunc(app.view, onEvent); + puglSetDefaultSize(app.view, 512, 512); // Create and show window assert(!puglRealize(app.view)); |