summaryrefslogtreecommitdiff
path: root/src/type.py
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26Remove now unnecessary files as everything is implemented in xcbgen.Arnaud Fontaine1-74/+0
Reviewed-by: Jamey Sharp <jamey@minilop.net>
2009-10-21Revert "made changes to support new value-mask-pad field of valueparam ↵Eamon Walsh1-1/+1
structures" This change fixes a ConfigureWindow request padding issue, but has a bug that affects xpyb (#24507). This reverts commit 57934caa3fb207320c33312646d8e98290950f51.
2008-09-03made changes to support new value-mask-pad field of valueparam structuresBart Massey1-1/+1
2006-06-15Bugfix: Make type shadowing go the right way in type.py.Jamey Sharp1-1/+1
2006-06-14type.py qualifies all type names with the header in which they are defined.Jamey Sharp1-0/+74
Update size.py to quit doing a bad job at the same task. Suggested usage is now: ./import.py extensions/composite.xml | ./type.py | ./size.py