aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/pugl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pugl_test.c b/test/pugl_test.c
index a609027..f011962 100644
--- a/test/pugl_test.c
+++ b/test/pugl_test.c
@@ -170,7 +170,7 @@ main(int argc, char** argv)
puglInitWindowClass(view, "PuglTest");
puglInitWindowSize(view, 512, 512);
puglInitWindowMinSize(view, 256, 256);
- puglInitWindowAspectRatio(view, 1, 1, 1, 1);
+ puglInitWindowAspectRatio(view, 1, 1, 16, 9);
puglInitResizable(view, resizable);
puglInitWindowHint(view, PUGL_SAMPLES, samples);