From: Kenichi Handa Date: Tue, 18 Dec 2007 11:36:22 +0000 (+0000) Subject: (struct font_driver): Change argument type of get_cache. X-Git-Tag: emacs-pretest-23.0.90~8295^2~124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69ea039a00ab81667c4efbe5b6295f0d55420156;p=emacs.git (struct font_driver): Change argument type of get_cache. --- diff --git a/src/font.h b/src/font.h index 28845fab2ec..0a1d0ebe8f2 100644 --- a/src/font.h +++ b/src/font.h @@ -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