diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-12-19 15:27:16 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-12-19 15:27:16 +0000 |
commit | 269c6924bc69672df8a64c1edbf8ece050617055 (patch) | |
tree | 9069bfd8ec1404b28998e50579531b6f9eeaf3ce /src/w32font.h | |
parent | ea66f7f19b26bc75f8f77992389633e0fcde76a1 (diff) | |
download | emacs-269c6924bc69672df8a64c1edbf8ece050617055.tar.gz |
(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 struct frame *owning_frame; }; -Lisp_Object w32font_get_cache P_ ((Lisp_Object frame)); +Lisp_Object w32font_get_cache P_ ((FRAME_PTR fe)); Lisp_Object w32font_list_internal P_ ((Lisp_Object frame, Lisp_Object font_spec, int opentype_only)); |