From: Jason Rumney Date: Wed, 19 Dec 2007 15:27:16 +0000 (+0000) Subject: (w32font_get_cache): Update declaration. X-Git-Tag: emacs-pretest-23.0.90~8295^2~114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=269c6924bc69672df8a64c1edbf8ece050617055;p=emacs.git (w32font_get_cache): Update declaration. --- 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));