X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fc-client.xsl;h=0f7c025f4f5247a0bd8056134136b3e9763304c9;hb=16e7328b4a366b29d54696aafffe62c92e0e0130;hp=9fd9ccc449a606df5383eef18c8054f7dc220fe6;hpb=16ec51397e0711526457709605cf6b5ebf00b5e2;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/c-client.xsl b/src/c-client.xsl index 9fd9ccc..0f7c025 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. - - - @@ -345,7 +344,7 @@ authorization from the authors. - true @@ -361,6 +360,7 @@ authorization from the authors. + @@ -722,7 +722,7 @@ authorization from the authors. xcb_out; - @@ -781,6 +781,14 @@ authorization from the authors. + + + + xcb_out.pad = 0; + memset(xcb_out.pad, 0, ); + + + @@ -981,8 +989,16 @@ authorization from the authors. * Edit at your peril. */ - +/** + * @defgroup XCB__API XCB API + * @brief XCB Protocol Implementation. + + * @{ + **/ + + + #ifndef #define @@ -994,8 +1010,23 @@ authorization from the authors. + + + + #define XCB__MAJOR_VERSION + + #define XCB__MINOR_VERSION + + + + + + - + + +#include <string.h> + #include <assert.h> #include "xcbext.h" #include ".h" @@ -1007,6 +1038,10 @@ authorization from the authors. #endif + +/** + * @} + */ @@ -1015,6 +1050,8 @@ authorization from the authors. + /** Opcode for . */ + #define @@ -1075,8 +1112,14 @@ authorization from the authors. + /** + * @brief + **/ + typedef struct + + { @@ -1084,7 +1127,7 @@ authorization from the authors. - ; + ; /**< */ } @@ -1097,7 +1140,9 @@ authorization from the authors. - typedef enum { + typedef enum + + { , @@ -1127,8 +1172,31 @@ authorization from the authors. - - + + +/***************************************************************************** + ** + ** + + + ** + + + + + ** @param + + + + + + + + ** @returns + ** + *****************************************************************************/ + + @@ -1146,6 +1214,7 @@ authorization from the authors. + /**< */