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 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