From e51b961a79f4d8df8416a39d72bd2b6848b820f4 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Tue, 2 Aug 2016 01:06:35 +0200 Subject: Remove CRAY support This basically repeats commit bad67799229b94ea2ba0174319949766ad1c2fc6 after the upgrade to libX11 1.3.4. --- nx-X11/lib/X11/Xlib.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nx-X11/lib/X11/Xlib.h') 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) */ -- cgit v1.2.3