# HG changeset patch # User Dave Love # Date 1033859944 0 # Node ID bb4e004f868f4ab028963006b023e0b95b281731 # Parent 4ba8c85cf519b641fa4d104c2b7b00d44fbfc595 (use_xim) [HAVE_X_I18N]: Declare. diff -r 4ba8c85cf519 -r bb4e004f868f src/xterm.h --- a/src/xterm.h Sat Oct 05 19:23:48 2002 +0000 +++ b/src/xterm.h Sat Oct 05 23:19:04 2002 +0000 @@ -351,6 +351,11 @@ int ncolor_cells; }; +#ifdef HAVE_X_I18N +/* Whether or not to use XIM if we have it. */ +extern int use_xim; +#endif + /* This checks to make sure we have a display. */ extern void check_x P_ ((void));