Mercurial > emacs
changeset 91254:21661755910b
(w32font_get_cache): Update declaration.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 19 Dec 2007 15:27:16 +0000 |
parents | 1e73d434b8de |
children | c916d01ae149 |
files | src/w32font.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32font.h Wed Dec 19 15:26:59 2007 +0000 +++ b/src/w32font.h Wed Dec 19 15:27:16 2007 +0000 @@ -35,7 +35,7 @@ struct frame *owning_frame; }; -Lisp_Object w32font_get_cache P_ ((Lisp_Object frame)); +Lisp_Object w32font_get_cache P_ ((FRAME_PTR fe)); Lisp_Object w32font_list_internal P_ ((Lisp_Object frame, Lisp_Object font_spec, int opentype_only));