mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Merge branch 'graphics-big-endian' of https://github.com/jamessan/kitty
This commit is contained in:
@@ -939,7 +939,7 @@ static PyMethodDef methods[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static PyMemberDef members[] = {
|
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},
|
{NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user