diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -389,7 +389,7 @@ puglRealize(PuglView* const view) impl->win, XNFocusWindow, impl->win, - NULL); + (XIM)0); #ifdef HAVE_XCURSOR defineCursorShape(view, impl->cursorShape); |