diff options
author | Julien Danjou <julien@danjou.info> | 2008-09-01 15:05:38 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2008-09-05 00:49:36 +0200 |
commit | db3a0e008998c876696107f646158fae63244baa (patch) | |
tree | d8c3519691ea2e227cf75971f7841287a81eaa1b /src | |
parent | f9c1bc3c6f24b5533f8ec8a441c9856a57824576 (diff) |
dpms: add missing padding bytes
Signed-off-by: Julien Danjou <julien@danjou.info>
Diffstat (limited to 'src')
-rw-r--r-- | src/dpms.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dpms.xml b/src/dpms.xml index 0d4fad1..8e84b2d 100644 --- a/src/dpms.xml +++ b/src/dpms.xml @@ -41,6 +41,7 @@ authorization from the authors. <reply> <pad bytes="1" /> <field type="BOOL" name="capable" /> + <pad bytes="23" /> </reply> </request> @@ -50,6 +51,7 @@ authorization from the authors. <field type="CARD16" name="standby_timeout" /> <field type="CARD16" name="suspend_timeout" /> <field type="CARD16" name="off_timeout" /> + <pad bytes="18" /> </reply> </request> @@ -72,6 +74,7 @@ authorization from the authors. <pad bytes="1" /> <field type="CARD16" name="power_level" /> <field type="BOOL" name="state" /> + <pad bytes="21" /> </reply> </request> </xcb> |