aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 f8ee3958f3f..c81d97b0119 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -356,6 +356,11 @@ struct x_display_info
356 int ncolor_cells; 356 int ncolor_cells;
357}; 357};
358 358
359#ifdef HAVE_X_I18N
360/* Whether or not to use XIM if we have it. */
361extern int use_xim;
362#endif
363
359/* This checks to make sure we have a display. */ 364/* This checks to make sure we have a display. */
360extern void check_x P_ ((void)); 365extern void check_x P_ ((void));
361 366