From 6702c559da3fa6b5a94c42039c9f93d7b2b1fe83 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 25 Oct 2013 12:42:41 +0300 Subject: Fix the MS-Windows build broken 2013-10-25T04:35:56Z!dgutov@yandex.ru. src/w32font.h (w32font_close): Adjust the prototype to the change in function definition. src/w32font.c (w32font_close): Reintroduce deleted declaration of i. src/w32uniscribe.c (uniscribe_close): Adapt the call to w32font_close to its new prototype. --- src/w32font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/w32font.h') diff --git a/src/w32font.h b/src/w32font.h index 56220860863..1991492628c 100644 --- a/src/w32font.h +++ b/src/w32font.h @@ -72,7 +72,7 @@ Lisp_Object w32font_match_internal (struct frame *f, int opentype_only); int w32font_open_internal (struct frame *f, Lisp_Object font_entity, int pixel_size, Lisp_Object font_object); -void w32font_close (struct frame *f, struct font *font); +void w32font_close (struct font *font); int w32font_has_char (Lisp_Object entity, int c); int w32font_text_extents (struct font *font, unsigned *code, int nglyphs, struct font_metrics *metrics); -- cgit v1.2.1