From 82d8506b0c87a4d7a002efb4e0da4debb4b230ca Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Fri, 2 May 2008 10:46:36 +0000 Subject: [PATCH] (w32font_open_internal): Update declaration. --- src/w32font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32font.h b/src/w32font.h index 10edec4845a..8aba6a3e6d5 100644 --- a/src/w32font.h +++ b/src/w32font.h @@ -70,7 +70,7 @@ Lisp_Object w32font_match_internal P_ ((Lisp_Object frame, Lisp_Object font_spec, int opentype_only)); int w32font_open_internal P_ ((FRAME_PTR f, Lisp_Object font_entity, - int pixel_size, struct w32font_info *w32_font)); + int pixel_size, Lisp_Object font_object)); void w32font_close P_ ((FRAME_PTR f, struct font *font)); int w32font_has_char P_ ((Lisp_Object entity, int c)); int w32font_text_extents P_ ((struct font *font, unsigned *code, int nglyphs, -- 2.39.5