summaryrefslogtreecommitdiff
path: root/src/res.xml
Commit message (Collapse)AuthorAgeFilesLines
* res: Fix QueryClientIds reply sizePeter Harris2016-06-021-1/+9
| | | | | | | | The specification disagrees with itself, so use the part of the specification that matches the other implementations. Reviewed-by: Ran Benita <ran234@gmail.com> Signed-off-by: Peter Harris <pharris@opentext.com>
* res: Add ClientIdMask enumDaniel Martin2013-06-061-1/+6
| | | | | | | | | And make use of it in ClientIdSpec. v2: use <bit/> instead of <value/> in the enum Signed-off-by: Daniel Martin <consume.noise@gmail.com> Signed-off-by: Peter Harris <pharris@opentext.com>
* res: Fix and rename list in ClientIdValueDaniel Martin2013-06-061-1/+1
| | | | | | | | The list is a CARD32 and rename the field to "value" to match the specification. Signed-off-by: Daniel Martin <consume.noise@gmail.com> Signed-off-by: Peter Harris <pharris@opentext.com>
* Prototype for XRes v1.2Erkki Seppälä2013-05-231-1/+69
|
* Change the protocol definition of X-Resource to use ATOMs.Peter Harris2007-12-071-1/+3
|
* Added major-version and minor-version attributes to the xcb tag.Jeremy Kolb jkolb@brandeis.edu2006-10-291-1/+2
|
* Move extension descriptions out of extensions/ subdirectoryJosh Triplett2006-10-151-0/+80
Now that the extensions do not get installed to an extensions/ subdirectory, move them out of the extensions/ subdirectory in the source as well.