diff options
author | Daniel Martin <consume.noise@gmail.com> | 2013-08-19 23:00:20 +0200 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2013-10-11 16:14:45 +0900 |
commit | 48767a85a54bf3bc712023d870eb7f5da14921c4 (patch) | |
tree | b445b1ea9b9661e6030dd14d79e786bfb7fd6d69 | |
parent | cb2fa837ffada5d1a682749c40dbdaf28b6a442c (diff) |
randr: Fix GetProviderProperty reply
The first field has to be 'format' not a pad and 'num_items' is of type
CARD32.
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r-- | src/randr.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/randr.xml b/src/randr.xml index 528ee2c..d9192b2 100644 --- a/src/randr.xml +++ b/src/randr.xml @@ -752,11 +752,10 @@ authorization from the authors. <field type="BOOL" name="pending" /> <pad bytes="2" /> <reply> - <pad bytes="1" /> <field type="CARD8" name="format" /> <field type="ATOM" name="type" /> <!-- None --> <field type="CARD32" name="bytes_after" /> - <field type="CARD16" name="num_items" /> + <field type="CARD32" name="num_items" /> <pad bytes="12" /> <list type="void" name="data"> <op op="*"> |