changeset 51128:d0f7882a3321

(use_xim) [HAVE_X_I18N]: Declare.
author Dave Love <fx@gnu.org>
date Wed, 21 May 2003 22:11:31 +0000
parents d68739c97632
children e9be5c94117e
files src/xterm.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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));