From: Dave Love Date: Wed, 21 May 2003 22:11:31 +0000 (+0000) Subject: (use_xim) [HAVE_X_I18N]: Declare. X-Git-Tag: ttn-vms-21-2-B4~10046 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ad6faa724e25fefdd46b6f5fafabb1b0e8f7827;p=emacs.git (use_xim) [HAVE_X_I18N]: Declare. --- diff --git a/src/xterm.h b/src/xterm.h index f8ee3958f3f..c81d97b0119 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -356,6 +356,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));