[Xcb] [PATCH] dpms: add missing padding bytes

Julien Danjou julien at danjou.info
Mon Sep 1 06:05:38 PDT 2008


Signed-off-by: Julien Danjou <julien at danjou.info>
---
 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>
-- 
1.6.0



More information about the Xcb mailing list