diff options
-rw-r--r-- | pugl_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl_test.c b/pugl_test.c index 3656773..8425611 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -276,6 +276,7 @@ main(int argc, char** argv) puglInitWindowClass(view, "PuglTest"); puglInitWindowSize(view, 512, 512); puglInitWindowMinSize(view, 256, 256); + puglInitWindowAspectRatio(view, 1, 1, 1, 1); puglInitResizable(view, resizable); puglInitWindowHint(view, PUGL_SAMPLES, samples); |