]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct font_driver): Change argument type of get_cache.
authorKenichi Handa <handa@m17n.org>
Tue, 18 Dec 2007 11:36:22 +0000 (11:36 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 18 Dec 2007 11:36:22 +0000 (11:36 +0000)
src/font.h

index 28845fab2ec730b68c0d973ac5238ba1b63db77b..0a1d0ebe8f211d20b8a7fb684c0ac6a5c442516d 100644 (file)
@@ -313,9 +313,9 @@ struct font_driver
   /* Symbol indicating the type of the font-driver.  */
   Lisp_Object type;
 
-  /* Return a cache of font-entities on FRAME.  The cache must be a
+  /* Return a cache of font-entities on frame F.  The cache must be a
      cons whose cdr part is the actual cache area.  */
-  Lisp_Object (*get_cache) P_ ((Lisp_Object frame));
+  Lisp_Object (*get_cache) P_ ((FRAME_PTR F));
 
   /* List fonts exactly matching with FONT_SPEC on FRAME.  The value
      is a vector of font-entities.  This is the sole API that