# HG changeset patch # User Gerd Moellmann # Date 962033965 0 # Node ID b7556fa4c05b13f84ed2112fbe249604c8dfeb2b # Parent 2ff9078eac87b6e8d5eb858f78a5b59bd62b2995 (x_window) [!USE_XIM]: Don't call create_frame_ic. diff -r 2ff9078eac87 -r b7556fa4c05b src/xfns.c --- a/src/xfns.c Mon Jun 26 15:39:03 2000 +0000 +++ b/src/xfns.c Mon Jun 26 15:39:25 2000 +0000 @@ -3522,8 +3522,10 @@ #ifdef HAVE_X_I18N FRAME_XIC (f) = NULL; +#ifdef USE_XIM create_frame_xic (f); #endif +#endif f->output_data.x->wm_hints.input = True; f->output_data.x->wm_hints.flags |= InputHint; @@ -3625,6 +3627,7 @@ attribute_mask, &attributes); #ifdef HAVE_X_I18N +#ifdef USE_XIM create_frame_xic (f); if (FRAME_XIC (f)) { @@ -3636,6 +3639,7 @@ XChangeWindowAttributes (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), attribute_mask, &attributes); } +#endif #endif /* HAVE_X_I18N */ validate_x_resource_name ();