aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_win.c')
-rw-r--r--pugl/pugl_win.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pugl/pugl_win.c b/pugl/pugl_win.c
index dbb62af..2e05c71 100644
--- a/pugl/pugl_win.c
+++ b/pugl/pugl_win.c
@@ -799,8 +799,7 @@ handleMessage(PuglView* view, UINT message, WPARAM wParam, LPARAM lParam)
void
puglGrabFocus(PuglView* view)
{
- (void)view;
- // TODO
+ SetFocus(view->impl->hwnd);
}
PuglStatus