diff options
| author | Jason Rumney | 2007-12-08 02:22:46 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-12-08 02:22:46 +0000 |
| commit | 473d924511a64b2c67537d2507c8b739cf37384f (patch) | |
| tree | 7d9afd028b644ce1ebeb2a4493d117a3a60b7c95 /src | |
| parent | 8ab3719af3c917fe6c02284fef40152143caf7f5 (diff) | |
| download | emacs-473d924511a64b2c67537d2507c8b739cf37384f.tar.gz emacs-473d924511a64b2c67537d2507c8b739cf37384f.zip | |
(w32font_open_internal): New function.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32font.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, | |||
| 42 | Lisp_Object w32font_match_internal P_ ((Lisp_Object frame, | 42 | Lisp_Object w32font_match_internal P_ ((Lisp_Object frame, |
| 43 | Lisp_Object font_spec, | 43 | Lisp_Object font_spec, |
| 44 | int opentype_only)); | 44 | int opentype_only)); |
| 45 | struct font * w32font_open P_ ((FRAME_PTR f, Lisp_Object font_entity, | 45 | int w32font_open_internal P_ ((FRAME_PTR f, Lisp_Object font_entity, |
| 46 | int pixel_size)); | 46 | int pixel_size, struct w32font_info *w32_font)); |
| 47 | void w32font_close P_ ((FRAME_PTR f, struct font *font)); | 47 | void w32font_close P_ ((FRAME_PTR f, struct font *font)); |
| 48 | int w32font_has_char P_ ((Lisp_Object entity, int c)); | 48 | int w32font_has_char P_ ((Lisp_Object entity, int c)); |
| 49 | unsigned w32font_encode_char P_ ((struct font *font, int c)); | 49 | unsigned w32font_encode_char P_ ((struct font *font, int c)); |