From 049a1eff641bbac556b2c72d8781bf5064e2b78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Tue, 14 Oct 2003 12:05:27 +0000 Subject: [PATCH] xkeymap_init must be before using g_enable_compose. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@497 423420c4-83ab-492f-b58f-81f9feb106b5 --- xwin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwin.c b/xwin.c index 5476713..034d1b7 100644 --- a/xwin.c +++ b/xwin.c @@ -763,10 +763,11 @@ ui_init(void) g_mod_map = XGetModifierMapping(g_display); + xkeymap_init(); + if (g_enable_compose) g_IM = XOpenIM(g_display, NULL, NULL, NULL); - xkeymap_init(); xclip_init(); /* todo take this out when high colour is done */