diff options
Diffstat (limited to 'pugl/detail/x11.c')
-rw-r--r-- | pugl/detail/x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/x11.c b/pugl/detail/x11.c index e6057af..a766ace 100644 --- a/pugl/detail/x11.c +++ b/pugl/detail/x11.c @@ -440,7 +440,7 @@ void puglGrabFocus(PuglView* view) { XSetInputFocus( - view->impl->display, view->impl->win, RevertToPointerRoot, CurrentTime); + view->impl->display, view->impl->win, RevertToNone, CurrentTime); } void |