Re-fix the ConfigureWindow request padding issue.
authorEamon Walsh <ewalsh@tycho.nsa.gov>
Wed, 21 Oct 2009 22:37:33 +0000 (18:37 -0400)
committerEamon Walsh <ewalsh@tycho.nsa.gov>
Wed, 21 Oct 2009 22:37:33 +0000 (18:37 -0400)
commitb684b0d0806c59526f57ca4e36e77104eec1b580
treeeb321b8e1a09211e7e04bcc293bd7ff6d77f452e
parenta03633320a28e07e561de86b32e75c8e4626ece7
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 <ewalsh@tycho.nsa.gov>
src/xproto.xml