diff options
Diffstat (limited to 'subprojects/d2tk/pugl/examples/pugl_cursor_demo.c')
-rw-r--r-- | subprojects/d2tk/pugl/examples/pugl_cursor_demo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/d2tk/pugl/examples/pugl_cursor_demo.c b/subprojects/d2tk/pugl/examples/pugl_cursor_demo.c index 60ec3d3..97e3b9f 100644 --- a/subprojects/d2tk/pugl/examples/pugl_cursor_demo.c +++ b/subprojects/d2tk/pugl/examples/pugl_cursor_demo.c @@ -139,6 +139,7 @@ main(int argc, char** argv) puglSetWindowTitle(view, "Pugl Window Demo"); puglSetDefaultSize(view, 512, 256); puglSetMinSize(view, 128, 64); + puglSetMaxSize(view, 512, 256); puglSetBackend(view, puglGlBackend()); puglSetViewHint(view, PUGL_USE_DEBUG_CONTEXT, app.opts.errorChecking); |