Merge branch 'graphics-big-endian' of https://github.com/jamessan/kitty

This commit is contained in:
Kovid Goyal 2020-04-26 09:36:53 +05:30
commit 7692cb5c3d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -939,7 +939,7 @@ static PyMethodDef methods[] = {
};
static PyMemberDef members[] = {
{"image_count", T_UINT, offsetof(GraphicsManager, image_count), 0, "image_count"},
{"image_count", T_PYSSIZET, offsetof(GraphicsManager, image_count), 0, "image_count"},
{NULL},
};