# HG changeset patch # User Gerd Moellmann # Date 980501695 0 # Node ID 52b5b50a0604551fcdca995eaf606dc24c2ee306 # Parent 92a64125d228063478b753885bbb48322a1c3a2b (xic_style): New variable. (create_frame_xic): Move static variable to global scope for the case that `static' get's defined away. diff -r 92a64125d228 -r 52b5b50a0604 src/xfns.c --- a/src/xfns.c Fri Jan 26 09:32:03 2001 +0000 +++ b/src/xfns.c Fri Jan 26 09:34:55 2001 +0000 @@ -3272,6 +3272,8 @@ /* Create XIC for frame F. */ +static XIMStyle xic_style; + void create_frame_xic (f) struct frame *f; @@ -3279,7 +3281,6 @@ XIM xim; XIC xic = NULL; XFontSet xfs = NULL; - static XIMStyle xic_style; if (FRAME_XIC (f)) return;