diff src/xterm.h @ 51128:d0f7882a3321

(use_xim) [HAVE_X_I18N]: Declare.
author Dave Love <fx@gnu.org>
date Wed, 21 May 2003 22:11:31 +0000
parents ff37be8c3a2a
children 4011d3fb2912
line wrap: on
line diff
--- 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));