diff options
Diffstat (limited to 'pugl/pugl_x11.c')
-rw-r--r-- | pugl/pugl_x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_x11.c b/pugl/pugl_x11.c index ce3547f..035f23b 100644 --- a/pugl/pugl_x11.c +++ b/pugl/pugl_x11.c @@ -109,7 +109,7 @@ puglCreateWindow(PuglView* view, const char* title) attr.event_mask = ExposureMask | KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask -#ifdef XKEYFOCUSGRAB +#ifdef PUGL_GRAB_FOCUS | EnterWindowMask #endif | PointerMotionMask | StructureNotifyMask; |