summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pugl/pugl_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h
index e7c667e..b86533a 100644
--- a/pugl/pugl_internal.h
+++ b/pugl/pugl_internal.h
@@ -106,7 +106,7 @@ puglInitWindowParent(PuglView* view, PuglNativeWindow parent)
void
puglInitResizable(PuglView* view, bool resizable)
{
- view->resizable = true;
+ view->resizable = resizable;
}
void