mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 16:05:05 +02:00
Forward declaration of Face_Type needed
This commit is contained in:
@@ -27,6 +27,7 @@ typedef struct {
|
||||
PyObject *family_name, *full_name, *postscript_name, *path;
|
||||
hb_font_t *harfbuzz_font;
|
||||
} Face;
|
||||
PyTypeObject Face_Type;
|
||||
|
||||
|
||||
static inline PyObject*
|
||||
|
||||
Reference in New Issue
Block a user