aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-10-05 23:19:04 +0000
committerDave Love2002-10-05 23:19:04 +0000
commit75d0333328261e7e0e40d9cca0123b5d77cf02c0 (patch)
tree49910de81dc5843ff2ad16f8ea419a520e546266 /src
parent68352d8b7f894487026ed192c1731f35ca985ab5 (diff)
downloademacs-75d0333328261e7e0e40d9cca0123b5d77cf02c0.tar.gz
emacs-75d0333328261e7e0e40d9cca0123b5d77cf02c0.zip
(use_xim) [HAVE_X_I18N]: Declare.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h5
1 files changed, 5 insertions, 0 deletions
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
351 int ncolor_cells; 351 int ncolor_cells;
352}; 352};
353 353
354#ifdef HAVE_X_I18N
355/* Whether or not to use XIM if we have it. */
356extern int use_xim;
357#endif
358
354/* This checks to make sure we have a display. */ 359/* This checks to make sure we have a display. */
355extern void check_x P_ ((void)); 360extern void check_x P_ ((void));
356 361