diff options
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r-- | pugl/pugl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index 68ecc19..54b4c78 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -165,6 +165,12 @@ 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. */ PUGL_API void |