diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 5 |
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. */ | ||
| 356 | extern 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. */ |
| 355 | extern void check_x P_ ((void)); | 360 | extern void check_x P_ ((void)); |
| 356 | 361 | ||