Mercurial > emacs
changeset 91210:4de7fe00ac26
(w32font_open_internal): New function.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 08 Dec 2007 02:22:46 +0000 |
parents | e5b2819be397 |
children | abd06276f55a |
files | src/w32font.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32font.h Sat Dec 08 01:49:46 2007 +0000 +++ b/src/w32font.h Sat Dec 08 02:22:46 2007 +0000 @@ -42,8 +42,8 @@ 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));