Mercurial > emacs
changeset 91244:54b067217411
(struct font_driver): Change argument type of get_cache.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 18 Dec 2007 11:36:22 +0000 |
parents | 9477734eac90 |
children | 26541bdcecd0 |
files | src/font.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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