mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
...
This commit is contained in:
parent
f25d2ea540
commit
0c4bb6a0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ test_sprite_position_for(PyObject UNUSED *self, PyObject *args) {
|
|||
int error;
|
||||
SpritePosition *pos = sprite_position_for(&box_font, glyph, extra_glyphs, false, &error);
|
||||
if (pos == NULL) { sprite_map_set_error(error); return NULL; }
|
||||
return Py_BuildValue("III", pos->x, pos->y, pos->z);
|
||||
return Py_BuildValue("HHH", pos->x, pos->y, pos->z);
|
||||
}
|
||||
|
||||
static PyMethodDef module_methods[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue