mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 13:45:16 +00:00
Merge branch 'graphics-big-endian' of https://github.com/jamessan/kitty
This commit is contained in:
commit
7692cb5c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue