From 7ad6faa724e25fefdd46b6f5fafabb1b0e8f7827 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 21 May 2003 22:11:31 +0000 Subject: [PATCH] (use_xim) [HAVE_X_I18N]: Declare. --- src/xterm.h | 5 +++++ 1 file changed, 5 insertions(+) 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)); -- 2.39.5