Mercurial > emacs
changeset 89159:bb4e004f868f
(use_xim) [HAVE_X_I18N]: Declare.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 05 Oct 2002 23:19:04 +0000 |
parents | 4ba8c85cf519 |
children | 5b452d9d5875 |
files | src/xterm.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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));