From: Dave Love Date: Sat, 5 Oct 2002 23:19:04 +0000 (+0000) Subject: (use_xim) [HAVE_X_I18N]: Declare. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~291 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75d0333328261e7e0e40d9cca0123b5d77cf02c0;p=emacs.git (use_xim) [HAVE_X_I18N]: Declare. --- diff --git a/src/xterm.h b/src/xterm.h index 22dac28d7cb..dcefd0d9799 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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));