diff options
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/detail/win.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/detail/win.c b/pugl/detail/win.c index 6b7414a..e915343 100644 --- a/pugl/detail/win.c +++ b/pugl/detail/win.c @@ -190,6 +190,7 @@ puglCreateWindow(PuglView* view, const char* title) puglSetWindowTitle(view, title); } + puglSetFrame(view, view->frame); SetWindowLongPtr(impl->hwnd, GWLP_USERDATA, (LONG_PTR)view); return PUGL_SUCCESS; |