comparison src/xterm.h @ 14829:13f71787615d

(struct x_output): New member xim. (FRAME_XIM): New macro.
author Richard M. Stallman <rms@gnu.org>
date Mon, 18 Mar 1996 03:13:07 +0000
parents ee40177f6c68
children a0716ac97a83
comparison
equal deleted inserted replaced
14828:0324a7d846e9 14829:13f71787615d
487 487
488 /* Nonzero means tried already to make this frame visible. */ 488 /* Nonzero means tried already to make this frame visible. */
489 char asked_for_visible; 489 char asked_for_visible;
490 490
491 #ifdef HAVE_X_I18N 491 #ifdef HAVE_X_I18N
492 /* Input method. */
493 XIM xim;
492 /* Input context (currently, this means Compose key handler setup). */ 494 /* Input context (currently, this means Compose key handler setup). */
493 XIC xic; 495 XIC xic;
494 #endif 496 #endif
495 }; 497 };
496 498
528 #define PIXEL_WIDTH(f) ((f)->output_data.x->pixel_width) 530 #define PIXEL_WIDTH(f) ((f)->output_data.x->pixel_width)
529 #define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height) 531 #define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height)
530 532
531 #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor) 533 #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor)
532 534
535 #define FRAME_XIM(f) ((f)->output_data.x->xim)
533 #define FRAME_XIC(f) ((f)->output_data.x->xic) 536 #define FRAME_XIC(f) ((f)->output_data.x->xic)
534 537
535 /* X-specific scroll bar stuff. */ 538 /* X-specific scroll bar stuff. */
536 539
537 /* We represent scroll bars as lisp vectors. This allows us to place 540 /* We represent scroll bars as lisp vectors. This allows us to place