# HG changeset patch # User Kenichi Handa # Date 1197977782 0 # Node ID 54b0672174117ca969dc416690454df250e7729f # Parent 9477734eac90c009d090bc1cd672f7f814860582 (struct font_driver): Change argument type of get_cache. diff -r 9477734eac90 -r 54b067217411 src/font.h --- a/src/font.h Tue Dec 18 11:26:43 2007 +0000 +++ b/src/font.h Tue Dec 18 11:36:22 2007 +0000 @@ -313,9 +313,9 @@ /* 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