From b684b0d0806c59526f57ca4e36e77104eec1b580 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Wed, 21 Oct 2009 18:37:33 -0400 Subject: [PATCH] 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 --- src/xproto.xml | 2 ++ 1 file changed, 2 insertions(+) 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. + + -- 2.34.1