alpha is a uint16, not a uint16 pointer. #139

This commit is contained in:
John Evans 2014-03-12 08:57:11 -04:00
commit ac3aa4d664

View file

@ -395,7 +395,7 @@ class ImageCompType(ctypes.Structure):
# alpha channel
# TODO: exclude for 2.0, 1.5
("alpha", ctypes.POINTER(ctypes.c_uint16))]
("alpha", ctypes.c_uint16)]
class ImageType(ctypes.Structure):