# HG changeset patch # User Dave Love # Date 1053555091 0 # Node ID d0f7882a3321158b92e2b11ba1aa19caceea9516 # Parent d68739c97632b898dd7c49fdcf1c3747a40ba120 (use_xim) [HAVE_X_I18N]: Declare. diff -r d68739c97632 -r d0f7882a3321 src/xterm.h --- a/src/xterm.h Wed May 21 22:00:01 2003 +0000 +++ b/src/xterm.h Wed May 21 22:11:31 2003 +0000 @@ -356,6 +356,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));