- 27 Apr, 2006 1 commit
-
-
Jamey Sharp authored
Declare arguments const in the various structure accessors, so XCBGetSetup is not so painful to use.
-
- 16 Mar, 2006 1 commit
-
-
Ian Osgood authored
and add more button, key, and graphics enumerations.
-
- 14 Mar, 2006 1 commit
-
-
Ian Osgood authored
for mask enumerations such as CW flags. Replaces the C-specific use of 1<<n in xproto.xml
-
- 12 Mar, 2006 1 commit
-
-
Jamey Sharp authored
Portability fixes. Should help DragonFly and Solaris, and should not hurt anything else. Tested only on linux so far though.
-
- 03 Mar, 2006 4 commits
-
-
Jamey Sharp authored
API/ABI change: XCBSendRequest returns the sequence number instead of using an out-parameter. Now 0 is a special sequence number indicating failure.
-
Jamey Sharp authored
Tweak to previous API change: Require that spare iovecs fall before vector[0]. Leave vector in well-defined state.
-
Jamey Sharp authored
-
Jamey Sharp authored
Use XPath position() function instead of xsl:number, to evaluate array indices while generating code for easier readability.
-
- 02 Mar, 2006 1 commit
-
-
Jamey Sharp authored
API/ABI change: XCBSendRequest callers must pad to 4-byte boundaries now. When not in RAW mode, a null pointer for iov_base is replaced by up to 3 padding bytes.
-
- 26 Feb, 2006 1 commit
-
-
Jamey Sharp authored
There's no more race condition between event and reply handling. The *RequestBlind and *RequestChecked functions are not yet implemented.
-
- 19 Feb, 2006 1 commit
-
-
Josh Triplett authored
-