From c9d9537941a9b5b5a2b2557fd775201a2979f428 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 24 Apr 2016 17:59:03 +0100 Subject: update windows frontend to use font layout table --- windows/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'windows/font.h') diff --git a/windows/font.h b/windows/font.h index ec596f384..f2128afc5 100644 --- a/windows/font.h +++ b/windows/font.h @@ -33,6 +33,7 @@ struct font_desc { const char *encoding; }; +struct gui_layout_table *win32_layout_table; struct gui_utf8_table *win32_utf8_table; extern nserror utf8_to_font_encoding(const struct font_desc* font, -- cgit v1.2.3