diff options
| author | Dave Love | 2003-05-21 22:11:31 +0000 |
|---|---|---|
| committer | Dave Love | 2003-05-21 22:11:31 +0000 |
| commit | 7ad6faa724e25fefdd46b6f5fafabb1b0e8f7827 (patch) | |
| tree | 1fec9cce0c9b41457f57afd0dc3357a6844f36e6 /src | |
| parent | 831ccfa6a27a90a00f40f54899384a1a1185441f (diff) | |
| download | emacs-7ad6faa724e25fefdd46b6f5fafabb1b0e8f7827.tar.gz emacs-7ad6faa724e25fefdd46b6f5fafabb1b0e8f7827.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 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. */ | ||
| 361 | extern 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. */ |
| 360 | extern void check_x P_ ((void)); | 365 | extern void check_x P_ ((void)); |
| 361 | 366 | ||