changeset 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 0324a7d846e9
children 34db919835d3
files src/xterm.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.  */