diff options
author | Vincent Torri <vtorri@univ-evry.fr> | 2006-11-21 21:57:38 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-11-21 21:57:38 -0800 |
commit | 1df54ae21a42aa20538e3123a9c2d9f4d6c07c94 (patch) | |
tree | 1297195f08e87fc6b3126d7e0c4dfaf7ee09c142 | |
parent | 186c79774257193307f92d2cf2008a18bcd68393 (diff) |
Bug #8990: randr type fixes
-rw-r--r-- | src/randr.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/randr.xml b/src/randr.xml index 515c320..8a46f3c 100644 --- a/src/randr.xml +++ b/src/randr.xml @@ -71,17 +71,17 @@ authorization from the authors. BEWARE: the docs lie! --> <request name="SetScreenConfig" opcode="2"> - <field type="WINDOW" name="drawable" /> - <field type="CARD32" name="timestamp" /> - <field type="CARD32" name="config_timestamp" /> + <field type="DRAWABLE" name="drawable" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> <field type="CARD16" name="sizeID" /> <field type="INT16" name="rotation" /> - <field type="CARD16" name="refresh" /> + <field type="CARD16" name="rate" /> <pad bytes="2" /> <reply> <field type="CARD8" name="status" /> - <field type="CARD32" name="timestamp" /> - <field type="CARD32" name="config_timestamp" /> + <field type="TIMESTAMP" name="new_timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> <field type="WINDOW" name="root" /> <field type="CARD16" name="subpixel_order" /> <pad bytes="10" /> @@ -109,8 +109,8 @@ authorization from the authors. <reply> <field type="CARD8" name="rotations" /> <field type="WINDOW" name="root" /> - <field type="CARD32" name="timestamp" /> - <field type="CARD32" name="config_timestamp" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> <field type="CARD16" name="nSizes" /> <field type="CARD16" name="sizeID" /> <field type="INT16" name="rotation" /> @@ -135,16 +135,16 @@ authorization from the authors. <event name="ScreenChangeNotify" number="0"> <field type="CARD8" name="rotation" /> - <field type="CARD32" name="timestamp" /> - <field type="CARD32" name="config_timestamp" /> + <field type="TIMESTAMP" name="timestamp" /> + <field type="TIMESTAMP" name="config_timestamp" /> <field type="WINDOW" name="root" /> <field type="WINDOW" name="request_window" /> <field type="CARD16" name="sizeID" /> <field type="CARD16" name="subpixel_order" /> - <field type="CARD16" name="width" /> - <field type="CARD16" name="height" /> - <field type="CARD16" name="mwidth" /> - <field type="CARD16" name="mheight" /> + <field type="INT16" name="width" /> + <field type="INT16" name="height" /> + <field type="INT16" name="mwidth" /> + <field type="INT16" name="mheight" /> </event> </xcb> |