From 452ac347e549c74bf9cd41c89f5b2bf6510b50a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Jun 2022 18:44:23 -0400 Subject: Call XrmInitialize() This must be called before any other Xrm functions are used. --- src/x11.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/x11.c b/src/x11.c index ac81ca8..a6ebf95 100644 --- a/src/x11.c +++ b/src/x11.c @@ -178,6 +178,7 @@ puglInitWorldInternals(const PuglWorldType type, const PuglWorldFlags flags) impl->xim = XOpenIM(display, NULL, NULL, NULL); } + XrmInitialize(); initXSync(impl); XFlush(display); -- cgit v1.2.1