X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=096576c4abaa6d388b759b5ed6335945e417900c;hb=ed37b087519ecb9e74412e4df8f8a217ab6d12a9;hp=0c5e55ea0d5ea2863b9452c0db5e7445e4ef8454;hpb=6c8b539c2a2e53bf3deb0e749a941ab52b7e8834;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index 0c5e55e..096576c 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -54,7 +54,6 @@ enum lazy_reply_tag #define XCB_PAD(i) (-(i) & 3) #define XCB_SEQUENCE_COMPARE(a,op,b) ((int64_t) ((a) - (b)) op 0) -#define XCB_SEQUENCE_COMPARE_32(a,op,b) (((int) (a) - (int) (b)) op 0) #ifndef offsetof #define offsetof(type,member) ((size_t) &((type *)0)->member)