# HG changeset patch # User Jason Rumney # Date 1198078036 0 # Node ID 21661755910b3021152faabe9af8d9360bbdace2 # Parent 1e73d434b8de33e2c0f661b2f9a9e6bac710c51c (w32font_get_cache): Update declaration. diff -r 1e73d434b8de -r 21661755910b src/w32font.h --- a/src/w32font.h Wed Dec 19 15:26:59 2007 +0000 +++ b/src/w32font.h Wed Dec 19 15:27:16 2007 +0000 @@ -35,7 +35,7 @@ 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));