From: Eamon Walsh Date: Wed, 21 Oct 2009 22:37:33 +0000 (-0400) Subject: Re-fix the ConfigureWindow request padding issue. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b684b0d0806c59526f57ca4e36e77104eec1b580;p=free-sw%2Fxcb%2Fproto Re-fix the ConfigureWindow request padding issue. We rely on the fact that the valueparam field is treated as a list, and, like any other list, the Python code will check if the length field is previously defined in the structure before adding a new one. This allows us to insert the necessary 2-byte padding. Signed-off-by: Eamon Walsh --- diff --git a/src/xproto.xml b/src/xproto.xml index 69f3c8a..5a056e8 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -866,6 +866,8 @@ authorization from the authors. + +