From 2e07e028c1080051846b1b200493e528a8f9a5e6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 28 Sep 2014 22:00:30 +0200 Subject: Support minimum window size. Conflicts: pugl/pugl_win.cpp --- pugl_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pugl_test.c') diff --git a/pugl_test.c b/pugl_test.c index aa7997d..9b942f4 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -170,6 +170,7 @@ main(int argc, char** argv) PuglView* view = puglInit(NULL, NULL); puglInitWindowSize(view, 512, 512); + puglInitWindowMinSize(view, 256, 256); puglInitResizable(view, resizable); puglIgnoreKeyRepeat(view, ignoreKeyRepeat); -- cgit v1.2.1