comparison src/xterm.h @ 51128:d0f7882a3321

(use_xim) [HAVE_X_I18N]: Declare.
author Dave Love <fx@gnu.org>
date Wed, 21 May 2003 22:11:31 +0000
parents ff37be8c3a2a
children 4011d3fb2912
comparison
equal deleted inserted replaced
51127:d68739c97632 51128:d0f7882a3321
353 /* If non-null, a cache of the colors in the color map. Don't 353 /* If non-null, a cache of the colors in the color map. Don't
354 use this directly, call x_color_cells instead. */ 354 use this directly, call x_color_cells instead. */
355 XColor *color_cells; 355 XColor *color_cells;
356 int ncolor_cells; 356 int ncolor_cells;
357 }; 357 };
358
359 #ifdef HAVE_X_I18N
360 /* Whether or not to use XIM if we have it. */
361 extern int use_xim;
362 #endif
358 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
362 extern struct frame *x_window_to_frame P_ ((struct x_display_info *, int)); 367 extern struct frame *x_window_to_frame P_ ((struct x_display_info *, int));