Add CARD64/INT64 protocol types
authorKeith Packard <keithp@keithp.com>
Thu, 11 Jul 2013 22:56:54 +0000 (15:56 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 7 Nov 2013 00:50:55 +0000 (16:50 -0800)
commit4d8241c67c83957aa0f612da6823db2d18fdd314
tree34b5a30d098b2ca030541b0a19ca69b8e3bcc952
parent84c032775f30e313395c63b96ecec7a184fd0938
Add CARD64/INT64 protocol types

No reason to make people use two 32-bit values when every modern
compiler has native 64-bit objects.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
xcbgen/state.py
xcbgen/xtypes.py