]> git.eshelyaron.com Git - emacs.git/commitdiff
(use_xim) [HAVE_X_I18N]: Declare.
authorDave Love <fx@gnu.org>
Sat, 5 Oct 2002 23:19:04 +0000 (23:19 +0000)
committerDave Love <fx@gnu.org>
Sat, 5 Oct 2002 23:19:04 +0000 (23:19 +0000)
src/xterm.h

index 22dac28d7cb08da291846d6bd8cdb555d2f45a0d..dcefd0d9799af750b7c562dc1823f2ac4d096aa9 100644 (file)
@@ -351,6 +351,11 @@ struct x_display_info
   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));