aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/Xlib.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2016-08-02 01:06:35 +0200
committerUlrich Sibiller <uli42@gmx.de>2016-10-10 22:52:30 +0200
commite51b961a79f4d8df8416a39d72bd2b6848b820f4 (patch)
treec33279618ba11b2d362c0199f05b4b69460f3f47 /nx-X11/lib/X11/Xlib.h
parent35270a3d9b307d80bd737db5f98ac8a7151c23d4 (diff)
downloadnx-libs-e51b961a79f4d8df8416a39d72bd2b6848b820f4.tar.gz
nx-libs-e51b961a79f4d8df8416a39d72bd2b6848b820f4.tar.bz2
nx-libs-e51b961a79f4d8df8416a39d72bd2b6848b820f4.zip
Remove CRAY support
This basically repeats commit bad67799229b94ea2ba0174319949766ad1c2fc6 after the upgrade to libX11 1.3.4.
Diffstat (limited to 'nx-X11/lib/X11/Xlib.h')
-rw-r--r--nx-X11/lib/X11/Xlib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/Xlib.h b/nx-X11/lib/X11/Xlib.h
index 883b1330f..e537c7522 100644
--- a/nx-X11/lib/X11/Xlib.h
+++ b/nx-X11/lib/X11/Xlib.h
@@ -121,11 +121,7 @@ typedef char *XPointer;
#define BitmapBitOrder(dpy) (((_XPrivDisplay)dpy)->bitmap_bit_order)
#define BitmapPad(dpy) (((_XPrivDisplay)dpy)->bitmap_pad)
#define ImageByteOrder(dpy) (((_XPrivDisplay)dpy)->byte_order)
-#ifdef CRAY /* unable to get WORD64 without pulling in other symbols */
-#define NextRequest(dpy) XNextRequest(dpy)
-#else
#define NextRequest(dpy) (((_XPrivDisplay)dpy)->request + 1)
-#endif
#define LastKnownRequestProcessed(dpy) (((_XPrivDisplay)dpy)->last_request_read)
/* macros for screen oriented applications (toolkit) */