diff options
Diffstat (limited to 'libxcb/xcb-proto/src/xprint.xml')
-rw-r--r-- | libxcb/xcb-proto/src/xprint.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libxcb/xcb-proto/src/xprint.xml b/libxcb/xcb-proto/src/xprint.xml index ffd8df1ea..e32293f3b 100644 --- a/libxcb/xcb-proto/src/xprint.xml +++ b/libxcb/xcb-proto/src/xprint.xml @@ -235,7 +235,9 @@ authorization from the authors. <pad bytes="1" /> <field type="CARD32" name="stringLen" /> <pad bytes="20" /> - <field type="STRING8" name="attributes" /> + <list type="STRING8" name="attributes"> + <fieldref>stringLen</fieldref> + </list> </reply> </request> |