]> code.delx.au - gnu-emacs/blobdiff - src/w32font.h
Fix last font-related change.
[gnu-emacs] / src / w32font.h
index b4345478a22ad4691422dc864da58520225c1efd..a195749bbe8b24ba4b5a906de1e047b1d665ac93 100644 (file)
@@ -64,10 +64,10 @@ struct w32font_info
 #define CACHE_BLOCKSIZE 128
 
 Lisp_Object w32font_get_cache (FRAME_PTR fe);
-Lisp_Object w32font_list_internal (Lisp_Object frame,
+Lisp_Object w32font_list_internal (struct frame *f,
                                    Lisp_Object font_spec,
                                    int opentype_only);
-Lisp_Object w32font_match_internal (Lisp_Object frame,
+Lisp_Object w32font_match_internal (struct frame *f,
                                     Lisp_Object font_spec,
                                     int opentype_only);
 int w32font_open_internal (FRAME_PTR f, Lisp_Object font_entity,