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/pugl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pugl/pugl.h') diff --git a/pugl/pugl.h b/pugl/pugl.h index 68ecc19..54b4c78 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -164,6 +164,12 @@ puglInitWindowParent(PuglView* view, PuglNativeWindow parent); PUGL_API void puglInitWindowSize(PuglView* view, int width, int height); +/** + Set the minimum window size before creating a window. +*/ +PUGL_API void +puglInitWindowMinSize(PuglView* view, int width, int height); + /** Enable or disable resizing before creating a window. */ -- cgit v1.2.3