From 269c6924bc69672df8a64c1edbf8ece050617055 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 19 Dec 2007 15:27:16 +0000 Subject: [PATCH] (w32font_get_cache): Update declaration. --- src/w32font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5