1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

(xic_style): New variable.

(create_frame_xic): Move static variable to global scope for
the case that `static' get's defined away.
This commit is contained in:
Gerd Moellmann 2001-01-26 09:34:55 +00:00
parent 995d76897c
commit 5df79d3d88

View 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;