]> git.eshelyaron.com Git - emacs.git/commitdiff
[AIX] [HAVE_X11R5] (XIMStatusNothing): Defined.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 Feb 1996 18:07:46 +0000 (18:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 Feb 1996 18:07:46 +0000 (18:07 +0000)
src/xfns.c

index bade5b56765f5f5e7302e67e12f60e81fd8dbd1c..5eb1942998f8077cda625aa57739895d891fdce0 100644 (file)
@@ -104,6 +104,15 @@ extern void free_frame_menubar ();
 #define MAXREQUEST(dpy) ((dpy)->max_request_size)
 #endif
 
+#ifdef AIX
+#ifdef HAVE_X11R5
+/* AIX uses an incompatible name for this, at least in X11R5.
+   I'm guessing that in X11R6 it will be compatible.  */
+#undef XIMStatusNothing
+#define XIMStatusNothing XIMStatusNone
+#endif
+#endif
+
 /* The name we're using in resource queries.  */
 Lisp_Object Vx_resource_name;