diff src/xterm.h @ 89159:bb4e004f868f

(use_xim) [HAVE_X_I18N]: Declare.
author Dave Love <fx@gnu.org>
date Sat, 05 Oct 2002 23:19:04 +0000
parents 8fdfa6e23ddc
children e5e735abeafc
line wrap: on
line diff
--- 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));