]> git.eshelyaron.com Git - emacs.git/commitdiff
(xic_style): New variable.
authorGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 09:34:55 +0000 (09:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 09:34:55 +0000 (09:34 +0000)
(create_frame_xic): Move static variable to global scope for
the case that `static' get's defined away.

src/xfns.c

index 29d131b0c5396e89246ff8498445c4da73fb25a3..cdc2bb590e22334b3b1365d854b76f098b7a75ec 100644 (file)
@@ -3272,6 +3272,8 @@ best_xim_style (user, xim)
 
 /* Create XIC for frame F. */
 
+static XIMStyle xic_style;
+
 void
 create_frame_xic (f)
      struct frame *f;
@@ -3279,7 +3281,6 @@ create_frame_xic (f)
   XIM xim;
   XIC xic = NULL;
   XFontSet xfs = NULL;
-  static XIMStyle xic_style;
 
   if (FRAME_XIC (f))
     return;