From: Jason Rumney Date: Sat, 8 Dec 2007 02:22:46 +0000 (+0000) Subject: (w32font_open_internal): New function. X-Git-Tag: emacs-pretest-23.0.90~8295^2~157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=473d924511a64b2c67537d2507c8b739cf37384f;p=emacs.git (w32font_open_internal): New function. --- diff --git a/src/w32font.h b/src/w32font.h index 1faa34dcb7a..7604233c54e 100644 --- a/src/w32font.h +++ b/src/w32font.h @@ -42,8 +42,8 @@ Lisp_Object w32font_list_internal P_ ((Lisp_Object frame, Lisp_Object w32font_match_internal P_ ((Lisp_Object frame, Lisp_Object font_spec, int opentype_only)); -struct font * w32font_open P_ ((FRAME_PTR f, Lisp_Object font_entity, - int pixel_size)); +int w32font_open_internal P_ ((FRAME_PTR f, Lisp_Object font_entity, + int pixel_size, struct w32font_info *w32_font)); void w32font_close P_ ((FRAME_PTR f, struct font *font)); int w32font_has_char P_ ((Lisp_Object entity, int c)); unsigned w32font_encode_char P_ ((struct font *font, int c));