aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/x11.c1
1 files changed, 1 insertions, 0 deletions
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);