aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11.c')
-rw-r--r--src/x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11.c b/src/x11.c
index b115b21..fad8bc9 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -389,7 +389,7 @@ puglRealize(PuglView* const view)
impl->win,
XNFocusWindow,
impl->win,
- NULL);
+ (XIM)0);
#ifdef HAVE_XCURSOR
defineCursorShape(view, impl->cursorShape);