diff options
| author | Dave Love | 2002-10-05 23:19:04 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-05 23:19:04 +0000 |
| commit | 75d0333328261e7e0e40d9cca0123b5d77cf02c0 (patch) | |
| tree | 49910de81dc5843ff2ad16f8ea419a520e546266 /src | |
| parent | 68352d8b7f894487026ed192c1731f35ca985ab5 (diff) | |
| download | emacs-75d0333328261e7e0e40d9cca0123b5d77cf02c0.tar.gz emacs-75d0333328261e7e0e40d9cca0123b5d77cf02c0.zip | |
(use_xim) [HAVE_X_I18N]: Declare.
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 | ||