Mercurial > emacs
changeset 95973:a46630597077
(font_unparse_gtkname): Add prototype.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 15 Jun 2008 19:42:31 +0000 |
parents | e427600f176b |
children | 337a71ccee89 |
files | src/font.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.h Sun Jun 15 19:42:11 2008 +0000 +++ b/src/font.h Sun Jun 15 19:42:31 2008 +0000 @@ -822,6 +822,7 @@ extern int font_parse_fcname P_ ((char *name, Lisp_Object font)); extern int font_unparse_fcname P_ ((Lisp_Object font, int pixel_size, char *name, int bytes)); +extern int font_unparse_gtkname P_ ((Lisp_Object, struct frame *, char *, int)); extern void register_font_driver P_ ((struct font_driver *driver, FRAME_PTR f)); extern void free_font_driver_list P_ ((FRAME_PTR f)); extern Lisp_Object font_update_drivers P_ ((FRAME_PTR f, Lisp_Object list));