From 4ba17df57043c536a8e1b26aa8fe7487665ca185 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Nov 2017 15:25:17 +0530 Subject: [PATCH] Forward declaration of Face_Type needed --- kitty/core_text.m | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/core_text.m b/kitty/core_text.m index 7541c9930..ff76081c2 100644 --- a/kitty/core_text.m +++ b/kitty/core_text.m @@ -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*