X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbint.h;h=439b885abc8b272a58c0cab09e71d9219fdd5b42;hb=838317f4d305e07f35ddd99e2ebccfa8fac680c6;hp=ebbb2fea300b7ba882a8672dbda2508be9ed19b2;hpb=3f8d0bd5322749132626e8f203017b6da6448fd0;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbint.h b/src/xcbint.h index ebbb2fe..439b885 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -28,6 +28,10 @@ #ifndef __XCBINT_H #define __XCBINT_H +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + enum workarounds { WORKAROUND_NONE, WORKAROUND_GLX_GET_FB_CONFIGS_BUG @@ -66,10 +70,7 @@ void *_xcb_map_remove(_xcb_map *q, unsigned int key); /* xcb_util.c */ -/* Index of nearest 4-byte boundary following E. */ -#define XCB_CEIL(E) (((E)+3)&~3) - -#define XCB_PAD(i) ((4 - (i & 3)) & 3) +#define XCB_PAD(i) (-(i) & 3) int _xcb_set_fd_flags(const int fd); int _xcb_read_block(const int fd, void *buf, const size_t len);