diff options
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r-- | pugl/pugl_osx.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 2507fcb..28ea313 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -712,7 +712,7 @@ puglDestroy(PuglView* view) void puglGrabFocus(PuglView* view) { - // TODO + [view->impl->window makeKeyWindow]; } PuglStatus |