diff options
| author | Jason Rumney | 2007-12-19 15:27:16 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-12-19 15:27:16 +0000 |
| commit | 269c6924bc69672df8a64c1edbf8ece050617055 (patch) | |
| tree | 9069bfd8ec1404b28998e50579531b6f9eeaf3ce /src/w32font.h | |
| parent | ea66f7f19b26bc75f8f77992389633e0fcde76a1 (diff) | |
| download | emacs-269c6924bc69672df8a64c1edbf8ece050617055.tar.gz emacs-269c6924bc69672df8a64c1edbf8ece050617055.zip | |
(w32font_get_cache): Update declaration.
Diffstat (limited to 'src/w32font.h')
| -rw-r--r-- | src/w32font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32font.h b/src/w32font.h index f4d56978755..54aa5ef9b19 100644 --- a/src/w32font.h +++ b/src/w32font.h | |||
| @@ -35,7 +35,7 @@ struct w32font_info | |||
| 35 | struct frame *owning_frame; | 35 | struct frame *owning_frame; |
| 36 | }; | 36 | }; |
| 37 | 37 | ||
| 38 | Lisp_Object w32font_get_cache P_ ((Lisp_Object frame)); | 38 | Lisp_Object w32font_get_cache P_ ((FRAME_PTR fe)); |
| 39 | Lisp_Object w32font_list_internal P_ ((Lisp_Object frame, | 39 | Lisp_Object w32font_list_internal P_ ((Lisp_Object frame, |
| 40 | Lisp_Object font_spec, | 40 | Lisp_Object font_spec, |
| 41 | int opentype_only)); | 41 | int opentype_only)); |