[Xcb-commit] 8 commits - src

Julien Danjou jdanjou at kemper.freedesktop.org
Thu Sep 4 15:52:57 PDT 2008


 src/dpms.xml   |    3 +++
 src/randr.xml  |    3 +++
 src/render.xml |    1 +
 src/shape.xml  |    3 +++
 src/shm.xml    |    2 ++
 src/sync.xml   |    3 +++
 src/xproto.xml |   35 +++++++++++++++++++++++++++++++++++
 src/xv.xml     |    4 ++++
 8 files changed, 54 insertions(+)

New commits:
commit d81ca233e98be8fa59e8c90d262c0516944c5a66
Author: Julien Danjou <julien at danjou.info>
Date:   Mon Sep 1 15:05:46 2008 +0200

    xv: add missing padding bytes
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/src/xv.xml b/src/xv.xml
index 8a4933c..fb15d89 100644
--- a/src/xv.xml
+++ b/src/xv.xml
@@ -300,11 +300,13 @@ authorization from the authors.
     <request name="SelectVideoNotify" opcode="10">
         <field type="DRAWABLE" name="drawable" />
         <field type="BOOL" name="onoff" />
+        <pad bytes="3" />
     </request>
 
     <request name="SelectPortNotify" opcode="11">
         <field type="PORT" name="port" />
         <field type="BOOL" name="onoff" />
+        <pad bytes="3" />
     </request>
 
     <request name="QueryBestSize" opcode="12">
@@ -314,6 +316,7 @@ authorization from the authors.
         <field type="CARD16" name="drw_w" />
         <field type="CARD16" name="drw_h" />
         <field type="BOOL" name="motion" />
+        <pad bytes="3" />
         <reply>
             <pad bytes="1" />
             <field type="CARD16" name="actual_width" />
@@ -420,5 +423,6 @@ authorization from the authors.
         <field type="CARD16" name="width" />
         <field type="CARD16" name="height" />
         <field type="CARD8" name="send_event" />
+        <pad bytes="3" />
     </request>
 </xcb>
commit 008388baff0e1f1279a3b111b28e4c2a4ee6bb8e
Author: Julien Danjou <julien at danjou.info>
Date:   Mon Sep 1 15:05:44 2008 +0200

    sync: add missing padding bytes
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/src/sync.xml b/src/sync.xml
index 386d233..d90c714 100644
--- a/src/sync.xml
+++ b/src/sync.xml
@@ -84,6 +84,7 @@ for licensing information.
       <pad bytes="1" />
       <field type="CARD8" name="major_version" />
       <field type="CARD8" name="minor_version" />
+      <pad bytes="22" />
     </reply>
   </request>
 
@@ -155,6 +156,7 @@ for licensing information.
       <field type="INT64" name="delta" />
       <field type="BOOL" name="events" />
       <field type="CARD8" name="state" />
+      <pad bytes="2" />
     </reply>
   </request>
 
@@ -179,6 +181,7 @@ for licensing information.
     <field type="TIMESTAMP" name="timestamp" />
     <field type="CARD16" name="count" />
     <field type="BOOL" name="destroyed" />
+    <pad bytes="1" />
   </event>
 
   <event name="AlarmNotify" number="1">
commit 0d62c1d03f48f3c65e75e95b0479b364ebd25e36
Author: Julien Danjou <julien at danjou.info>
Date:   Mon Sep 1 15:05:43 2008 +0200

    xproto: add missing padding bytes
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/src/xproto.xml b/src/xproto.xml
index f49826e..5b7ea62 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -249,6 +249,7 @@ authorization from the authors.
     <field type="INT16" name="event_y" />
     <field type="CARD16" name="state" />
     <field type="BOOL" name="same_screen" />
+    <pad bytes="1" />
   </event>
 
   <eventcopy name="KeyRelease" number="3" ref="KeyPress" />
@@ -274,6 +275,7 @@ authorization from the authors.
     <field type="INT16" name="event_y" />
     <field type="CARD16" name="state" />
     <field type="BOOL" name="same_screen" />
+    <pad bytes="1" />
   </event>
 
   <eventcopy name="ButtonRelease" number="5" ref="ButtonPress" />
@@ -296,6 +298,7 @@ authorization from the authors.
     <field type="INT16" name="event_y" />
     <field type="CARD16" name="state" />
     <field type="BOOL" name="same_screen" />
+    <pad bytes="1" />
   </event>
 
   <enum name="NotifyDetail">
@@ -337,6 +340,7 @@ authorization from the authors.
     <field type="BYTE" name="detail" />
     <field type="WINDOW" name="event" />
     <field type="BYTE" name="mode" />
+    <pad bytes="3" />
   </event>
 
   <eventcopy name="FocusOut" number="10" ref="FocusIn" />
@@ -353,6 +357,7 @@ authorization from the authors.
     <field type="CARD16" name="width" />
     <field type="CARD16" name="height" />
     <field type="CARD16" name="count" />
+    <pad bytes="2" />
   </event>
 
   <event name="GraphicsExposure" number="13">
@@ -365,6 +370,7 @@ authorization from the authors.
     <field type="CARD16" name="minor_opcode" />
     <field type="CARD16" name="count" />
     <field type="CARD8" name="major_opcode" />
+    <pad bytes="3" />
   </event>
 
   <event name="NoExposure" number="14">
@@ -372,6 +378,7 @@ authorization from the authors.
     <field type="DRAWABLE" name="drawable" />
     <field type="CARD16" name="minor_opcode" />
     <field type="CARD8" name="major_opcode" />
+    <pad bytes="1" />
   </event>
 
   <enum name="Visibility">
@@ -384,6 +391,7 @@ authorization from the authors.
     <pad bytes="1" />
     <field type="WINDOW" name="window" />
     <field type="BYTE" name="state" />
+    <pad bytes="3" />
   </event>
 
   <event name="CreateNotify" number="16">
@@ -396,6 +404,7 @@ authorization from the authors.
     <field type="CARD16" name="height" />
     <field type="CARD16" name="border_width" />
     <field type="BOOL" name="override_redirect" />
+    <pad bytes="1" />
   </event>
 
   <event name="DestroyNotify" number="17">
@@ -409,6 +418,7 @@ authorization from the authors.
     <field type="WINDOW" name="event" />
     <field type="WINDOW" name="window" />
     <field type="BOOL" name="from_configure" />
+    <pad bytes="3" />
   </event>
 
   <event name="MapNotify" number="19">
@@ -416,6 +426,7 @@ authorization from the authors.
     <field type="WINDOW" name="event" />
     <field type="WINDOW" name="window" />
     <field type="BOOL" name="override_redirect" />
+    <pad bytes="3" />
   </event>
 
   <event name="MapRequest" number="20">
@@ -432,6 +443,7 @@ authorization from the authors.
     <field type="INT16" name="x" />
     <field type="INT16" name="y" />
     <field type="BOOL" name="override_redirect" />
+    <pad bytes="3" />
   </event>
 
   <event name="ConfigureNotify" number="22">
@@ -445,6 +457,7 @@ authorization from the authors.
     <field type="CARD16" name="height" />
     <field type="CARD16" name="border_width" />
     <field type="BOOL" name="override_redirect" />
+    <pad bytes="1" />
   </event>
 
   <event name="ConfigureRequest" number="23">
@@ -486,6 +499,7 @@ authorization from the authors.
     <field type="WINDOW" name="window" />
     <pad bytes="4" />
     <field type="BYTE" name="place" />
+    <pad bytes="3" />
   </event>
 
   <eventcopy name="CirculateRequest" number="27" ref="CirculateNotify" />
@@ -501,6 +515,7 @@ authorization from the authors.
     <field type="ATOM" name="atom" />
     <field type="TIMESTAMP" name="time" />
     <field type="BYTE" name="state" />
+    <pad bytes="3" />
   </event>
 
   <event name="SelectionClear" number="29">
@@ -540,6 +555,7 @@ authorization from the authors.
     <field type="COLORMAP" name="colormap" />
     <field type="BOOL" name="new" />
     <field type="BYTE" name="state" />
+    <pad bytes="2" />
   </event>
 
   <union name="ClientMessageData">
@@ -568,6 +584,7 @@ authorization from the authors.
     <field type="BYTE" name="request" />
     <field type="KEYCODE" name="first_keycode" />
     <field type="CARD8" name="count" />
+    <pad bytes="1" />
   </event>
 
 
@@ -580,12 +597,14 @@ authorization from the authors.
     <field type="CARD32" name="bad_value" />
     <field type="CARD16" name="minor_opcode" />
     <field type="CARD8" name="major_opcode" />
+    <pad bytes="1" />
   </error>
 
   <error name="Value" number="2">
     <field type="CARD32" name="bad_value" />
     <field type="CARD16" name="minor_opcode" />
     <field type="CARD8" name="major_opcode" />
+    <pad bytes="1" />
   </error>
 
   <errorcopy name="Window" number="3" ref="Value" />
@@ -741,6 +760,7 @@ authorization from the authors.
       <field type="CARD32" name="all_event_masks" />
       <field type="CARD32" name="your_event_mask" />
       <field type="CARD16" name="do_not_propagate_mask" />
+      <pad bytes="2" />
     </reply>
   </request>
 
@@ -840,6 +860,7 @@ authorization from the authors.
       <field type="CARD16" name="width" />
       <field type="CARD16" name="height" />
       <field type="CARD16" name="border_width" />
+      <pad bytes="2" />
     </reply>
   </request>
 
@@ -1054,6 +1075,7 @@ authorization from the authors.
     <field type="CURSOR" name="cursor" />
     <field type="TIMESTAMP" name="time" />
     <field type="CARD16" name="event_mask" />
+    <pad bytes="2" />
   </request>
 
   <request name="GrabKeyboard" opcode="31">
@@ -1062,6 +1084,7 @@ authorization from the authors.
     <field type="TIMESTAMP" name="time" />
     <field type="BYTE" name="pointer_mode" />
     <field type="BYTE" name="keyboard_mode" />
+    <pad bytes="2" />
     <reply>
       <field type="BYTE" name="status" />
     </reply>
@@ -1084,12 +1107,14 @@ authorization from the authors.
     <field type="KEYCODE" name="key" />
     <field type="CARD8" name="pointer_mode" />
     <field type="CARD8" name="keyboard_mode" />
+    <pad bytes="3" />
   </request>
 
   <request name="UngrabKey" opcode="34">
     <field type="KEYCODE" name="key" />
     <field type="WINDOW" name="grab_window" />
     <field type="CARD16" name="modifiers" />
+    <pad bytes="2" />
   </request>
 
   <enum name="Allow">
@@ -1124,6 +1149,7 @@ authorization from the authors.
       <field type="INT16" name="win_x" />
       <field type="INT16" name="win_y" />
       <field type="CARD16" name="mask" />
+      <pad bytes="2" />
     </reply>
   </request>
 
@@ -1205,6 +1231,7 @@ authorization from the authors.
     <pad bytes="1" />
     <field type="FONT" name="fid" />
     <field type="CARD16" name="name_len" />
+    <pad bytes="2" />
     <list type="char" name="name">
       <fieldref>name_len</fieldref>
     </list>
@@ -1610,6 +1637,7 @@ authorization from the authors.
     <field type="GCONTEXT" name="gc" />
     <field type="CARD8" name="shape" />
     <field type="CARD8" name="coordinate_mode" />
+    <pad bytes="2" />
     <list type="POINT" name="points" />
   </request>
 
@@ -1643,6 +1671,7 @@ authorization from the authors.
     <field type="INT16" name="dst_y" />
     <field type="CARD8" name="left_pad" />
     <field type="CARD8" name="depth" />
+    <pad bytes="2" />
     <list type="BYTE" name="data" />
   </request>
 
@@ -1760,6 +1789,7 @@ authorization from the authors.
     <field type="CARD16" name="red" />
     <field type="CARD16" name="green" />
     <field type="CARD16" name="blue" />
+    <pad bytes="2" />
     <reply>
       <pad bytes="1" />
       <field type="CARD16" name="red" />
@@ -1774,6 +1804,7 @@ authorization from the authors.
     <pad bytes="1" />
     <field type="COLORMAP" name="cmap" />
     <field type="CARD16" name="name_len" />
+    <pad bytes="2" />
     <list type="char" name="name">
       <fieldref>name_len</fieldref>
     </list>
@@ -1862,6 +1893,7 @@ authorization from the authors.
     <field type="COLORMAP" name="cmap" />
     <field type="CARD32" name="pixel" />
     <field type="CARD16" name="name_len" />
+    <pad bytes="2" />
     <list type="char" name="name">
       <fieldref>name_len</fieldref>
     </list>
@@ -1892,6 +1924,7 @@ authorization from the authors.
     <pad bytes="1" />
     <field type="COLORMAP" name="cmap" />
     <field type="CARD16" name="name_len" />
+    <pad bytes="2" />
     <list type="char" name="name">
       <fieldref>name_len</fieldref>
     </list>
@@ -2081,6 +2114,7 @@ authorization from the authors.
       <field type="CARD16" name="acceleration_numerator" />
       <field type="CARD16" name="acceleration_denominator" />
       <field type="CARD16" name="threshold" />
+      <pad bytes="18" />
     </reply>
   </request>
 
@@ -2114,6 +2148,7 @@ authorization from the authors.
       <field type="CARD16" name="interval" />
       <field type="BYTE" name="prefer_blanking" />
       <field type="BYTE" name="allow_exposures" />
+      <pad bytes="18" />
     </reply>
   </request>
 
commit 0704a33a6753677328b0f9e939278d4cf48c431e
Author: Julien Danjou <julien at danjou.info>
Date:   Mon Sep 1 15:05:42 2008 +0200

    shm: add missing padding bytes
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/src/shm.xml b/src/shm.xml
index 49e243b..7168f3b 100644
--- a/src/shm.xml
+++ b/src/shm.xml
@@ -51,6 +51,7 @@ authorization from the authors.
       <field type="CARD16" name="uid" />
       <field type="CARD16" name="gid" />
       <field type="CARD8" name="pixmap_format" />
+      <pad bytes="15" />
     </reply>
   </request>
 
@@ -58,6 +59,7 @@ authorization from the authors.
     <field type="SEG" name="shmseg" />
     <field type="CARD32" name="shmid" />
     <field type="BOOL" name="read_only" />
+    <pad bytes="3" />
   </request>
 
   <request name="Detach" opcode="2">
commit 109a70c496ea9a2047c793815eccd9d27ea440e4
Author: Julien Danjou <julien at danjou.info>
Date:   Mon Sep 1 15:05:41 2008 +0200

    shape: add missing padding bytes
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/src/shape.xml b/src/shape.xml
index a3c929a..d832460 100644
--- a/src/shape.xml
+++ b/src/shape.xml
@@ -57,6 +57,7 @@ authorization from the authors.
     <field type="CARD16" name="extents_height" />
     <field type="TIMESTAMP" name="server_time" />
     <field type="BOOL" name="shaped" />
+    <pad bytes="11" />
   </event>
 
   <request name="QueryVersion" opcode="0">
@@ -128,6 +129,7 @@ authorization from the authors.
   <request name="SelectInput" opcode="6">
     <field type="WINDOW" name="destination_window" />
     <field type="BOOL" name="enable" />
+    <pad bytes="3" />
   </request>
 
   <request name="InputSelected" opcode="7">
@@ -140,6 +142,7 @@ authorization from the authors.
   <request name="GetRectangles" opcode="8">
     <field type="WINDOW" name="window" />
     <field type="KIND" name="source_kind" />
+    <pad bytes="3" />
     <reply>
       <field type="BYTE" name="ordering" />
       <field type="CARD32" name="rectangles_len" />
commit e4fba94ba63c2c93dccdedec051c0d1ccedd41ef
Author: Julien Danjou <julien at danjou.info>
Date:   Mon Sep 1 15:05:40 2008 +0200

    render: add missing padding bytes
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/src/render.xml b/src/render.xml
index 63d5b18..461fc61 100644
--- a/src/render.xml
+++ b/src/render.xml
@@ -475,6 +475,7 @@ for licensing information.
   <request name="SetPictureFilter" opcode="30">
     <field type="PICTURE" name="picture" />
     <field type="CARD16" name="filter_len" />
+    <pad bytes="2" />
     <list type="char" name="filter">
       <fieldref>filter_len</fieldref>
     </list>
commit c0e94a5ce4d3a8046cff962a928cb090d180ee63
Author: Julien Danjou <julien at danjou.info>
Date:   Mon Sep 1 15:05:39 2008 +0200

    randr: add missing padding bytes
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/src/randr.xml b/src/randr.xml
index de552e7..aa14dc6 100644
--- a/src/randr.xml
+++ b/src/randr.xml
@@ -322,6 +322,7 @@ authorization from the authors.
 		<field type="CARD32" name="long_length" />
 		<field type="BOOL" name="delete" />
 		<field type="BOOL" name="pending" />
+		<pad bytes="2" />
 		<reply>
 			<field type="CARD8" name="format" />
 			<field type="ATOM" name="type" />
@@ -394,6 +395,7 @@ authorization from the authors.
 		<field type="INT16" name="y" />
 		<field type="CARD32" name="mode" />
 		<field type="CARD16" name="rotation" />		<!-- enum Rotation -->
+		<pad bytes="2" />
 		<reply>
 			<field type="CARD8" name="status" />	<!-- enum SetConfig -->
 			<field type="TIMESTAMP" name="timestamp" />
@@ -405,6 +407,7 @@ authorization from the authors.
 		<reply>
 			<field type="CARD8" name="status" />	<!-- enum SetConfig -->
 			<field type="CARD16" name="size" />
+			<pad bytes="22" />
 		</reply>
 	</request>
 
commit db3a0e008998c876696107f646158fae63244baa
Author: Julien Danjou <julien at danjou.info>
Date:   Mon Sep 1 15:05:38 2008 +0200

    dpms: add missing padding bytes
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

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>


More information about the xcb-commit mailing list