1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

(w32font_get_cache): Update declaration.

This commit is contained in:
Jason Rumney 2007-12-19 15:27:16 +00:00
parent ea66f7f19b
commit 269c6924bc

View file

@ -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));