summaryrefslogtreecommitdiff
path: root/src/xv.xml
AgeCommit message (Collapse)AuthorFilesLines
2008-10-20Move Format above its first use in xv.xmlPeter Harris1-6/+6
This change makes it easier to process the xml file in a single streamy pass. Signed-off-by: Julien Danjou <julien@danjou.info>
2008-09-05xv: add missing padding bytesJulien Danjou1-0/+4
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-08-27xv.xml: Use <pad> for paddingPeter Harris1-11/+6
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-08-27xv.xml: Make padding explicitPeter Harris1-3/+5
I noticed that xv.xml assumes implicit padding in a couple of locations. Please apply this patch to make the padding explicit. Or is implicit pad support required in all consumers of xcb/proto? Signed-off-by: Julien Danjou <julien@danjou.info>
2007-12-15Use <bit> instead of <value> where appropriatePeter Harris1-7/+7
2007-12-10fixed xv SelectPortNotify argument; bug reported by Julien Cristau ↵Bart Massey1-1/+1
<jcristau@debian.org>
2006-11-19Remove support for the <localfield> tag: nothing needs it.Jamey Sharp1-4/+1
Only one use of <localfield> remained, for a list length expression in xv.xml. List length parameters that don't actually appear in the protocol should be left implicit: if no length expression is given, then a localfield will be automatically created by c-client.xsl.
2006-10-29Added major-version and minor-version attributes to the xcb tag.Jeremy Kolb jkolb@brandeis.edu1-1/+1
2006-10-15Move extension descriptions out of extensions/ subdirectoryJosh Triplett1-0/+430
Now that the extensions do not get installed to an extensions/ subdirectory, move them out of the extensions/ subdirectory in the source as well.