Change type="CARD8" to type="char" where the X specs require a STRING8
[free-sw/xcb/proto] / xcbgen / error.py
1 class ResolveException(Exception):
2     '''
3     Gets thrown when a type doesn't resolve in the XML.
4     '''
5     pass