From 873fe784f2a003d8dfa8ee64bc05aba3b0754c86 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 May 2021 18:42:51 -0400 Subject: Fix missing function sentinel --- src/x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1