# HG changeset patch # User Richard M. Stallman # Date 827118787 0 # Node ID 13f71787615d8aa212afe2883009489c08834000 # Parent 0324a7d846e934e885a3d4a800d218757cc818fc (struct x_output): New member xim. (FRAME_XIM): New macro. diff -r 0324a7d846e9 -r 13f71787615d src/xterm.h --- a/src/xterm.h Sun Mar 17 19:16:06 1996 +0000 +++ b/src/xterm.h Mon Mar 18 03:13:07 1996 +0000 @@ -489,6 +489,8 @@ char asked_for_visible; #ifdef HAVE_X_I18N + /* Input method. */ + XIM xim; /* Input context (currently, this means Compose key handler setup). */ XIC xic; #endif @@ -530,6 +532,7 @@ #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor) +#define FRAME_XIM(f) ((f)->output_data.x->xim) #define FRAME_XIC(f) ((f)->output_data.x->xic) /* X-specific scroll bar stuff. */