projects
/
free-sw
/
xcb
/
proto
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
480d3bd
)
Change the protocol definition of X-Resource to use ATOMs.
author
Peter Harris
<peter.harris@hummingbird.com>
Fri, 7 Dec 2007 22:23:53 +0000
(14:23 -0800)
committer
Bart Massey
<bart@cs.pdx.edu>
Fri, 7 Dec 2007 22:23:53 +0000
(14:23 -0800)
src/res.xml
patch
|
blob
|
history
diff --git
a/src/res.xml
b/src/res.xml
index
b046ec2
..
d758d89
100644
(file)
--- a/
src/res.xml
+++ b/
src/res.xml
@@
-27,13
+27,15
@@
authorization from the authors.
-->
<xcb header="res" extension-xname="X-Resource" extension-name="Res"
major-version="1" minor-version="0">
+ <import>xproto</import>
+
<struct name="Client">
<field type="CARD32" name="resource_base" />
<field type="CARD32" name="resource_mask" />
</struct>
<struct name="Type">
- <field type="
CARD32
" name="resource_type" />
+ <field type="
ATOM
" name="resource_type" />
<field type="CARD32" name="count" />
</struct>