aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pugl_cairo_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl_cairo_test.c b/pugl_cairo_test.c
index 9480560..3837d48 100644
--- a/pugl_cairo_test.c
+++ b/pugl_cairo_test.c
@@ -181,7 +181,9 @@ main(int argc, char** argv)
}
PuglView* view = puglInit(NULL, NULL);
+ puglInitWindowClass(view, "PuglCairoTest");
puglInitWindowSize(view, 512, 512);
+ puglInitWindowMinSize(view, 256, 256);
puglInitResizable(view, resizable);
puglInitContextType(view, PUGL_CAIRO);