X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fc-client.xsl;h=5df5762c89cf51a7bc81e42b2c4479d7b16299fb;hb=3d9bb02012b35fd51ed3352d0bd974a0f6e439d8;hp=982ec0202579275c7ffb31591bf9c0eddd8a0f49;hpb=16516a5e94205edffddde546abc833106c68068e;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/c-client.xsl b/src/c-client.xsl index 982ec02..5df5762 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -47,6 +47,8 @@ authorization from the authors. + + @@ -68,9 +70,6 @@ authorization from the authors. - - - @@ -270,8 +269,8 @@ authorization from the authors. - true @@ -361,6 +360,7 @@ authorization from the authors. + @@ -403,18 +403,10 @@ authorization from the authors. - - - - + + - - - ret; - ret.xid = xcb_generate_id(c); - return ret; - @@ -598,7 +590,7 @@ authorization from the authors. - + @@ -730,7 +722,11 @@ authorization from the authors. xcb_out; - + xcb_out.pad0 = 0; + + @@ -789,6 +785,14 @@ authorization from the authors. + + + + xcb_out.pad = 0; + memset(xcb_out.pad, 0, ); + + + @@ -989,8 +993,16 @@ authorization from the authors. * Edit at your peril. */ - +/** + * @defgroup XCB__API XCB API + * @brief XCB Protocol Implementation. + + * @{ + **/ + + + #ifndef #define @@ -1002,8 +1014,23 @@ authorization from the authors. + + + + #define XCB__MAJOR_VERSION + + #define XCB__MINOR_VERSION + + + + + + - + + +#include <string.h> + #include <assert.h> #include "xcbext.h" #include ".h" @@ -1015,6 +1042,10 @@ authorization from the authors. #endif + +/** + * @} + */ @@ -1023,6 +1054,8 @@ authorization from the authors. + /** Opcode for . */ + #define @@ -1083,8 +1116,14 @@ authorization from the authors. + /** + * @brief + **/ + typedef struct + + { @@ -1092,7 +1131,7 @@ authorization from the authors. - ; + ; /**< */ } @@ -1105,7 +1144,9 @@ authorization from the authors. - typedef enum { + typedef enum + + { , @@ -1135,8 +1176,31 @@ authorization from the authors. - - + + +/***************************************************************************** + ** + ** + + + ** + + + + + ** @param + + + + + + + + ** @returns + ** + *****************************************************************************/ + + @@ -1154,6 +1218,7 @@ authorization from the authors. + /**< */