Change type="CARD8" to type="char" where the X specs require a STRING8
[free-sw/xcb/proto] / src / type.py
index 8338232..873845b 100755 (executable)
@@ -47,7 +47,7 @@ class AnnotateType(XMLFilterBase):
                        self.declareType(attrs['newname'])
                        attnames = ['oldname', 'newname']
                elif name == 'valueparam':
-                       attnames = ['value-mask-type']
+                       attnames = ['value-mask-type', 'value-mask-pad']
                elif attrs.has_key('type'):
                        attnames = ['type']
                newattrs = {}