X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb.h;h=de3e4445b3e54825a7015693d5817f0d859804a1;hb=4ff12a1a94895837dc85ac9e37fd1a5f40819cf3;hp=ed4d4b97571a9915899d3c69dd14f31bec79771a;hpb=a3bd6f4760b5b3f5f360a690920839646e2b9d06;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb.h b/src/xcb.h index ed4d4b9..de3e444 100644 --- a/src/xcb.h +++ b/src/xcb.h @@ -35,18 +35,6 @@ #include #endif -/* FIXME: these names conflict with those defined in Xmd.h. */ -#ifndef XMD_H -typedef uint8_t uint8_t; -typedef uint8_t uint8_t; -typedef uint8_t uint8_t; -typedef uint16_t uint16_t; -typedef uint32_t uint32_t; -typedef int8_t int8_t; -typedef int16_t int16_t; -typedef int32_t int32_t; -#endif /* XMD_H */ - #include #include @@ -60,7 +48,7 @@ extern "C" { */ /** - * @defgroup xcb__core_api_t XCB Core API + * @defgroup XCB_Core_API XCB Core API * @brief Core API of the XCB library. * * @{ @@ -157,7 +145,7 @@ typedef struct { /** XCB_NONE is the universal null resource or null atom parameter value for many core X requests */ #define XCB_NONE 0L -/** XCB_COPY_FROM_PARENT can be used for many CreateWindow parameters */ +/** XCB_COPY_FROM_PARENT can be used for many xcb_create_window parameters */ #define XCB_COPY_FROM_PARENT 0L /** XCB_CURRENT_TIME can be used in most requests that take an xcb_timestamp_t */