From: Chong Yidong Date: Sun, 15 Jun 2008 19:42:31 +0000 (+0000) Subject: (font_unparse_gtkname): Add prototype. X-Git-Tag: emacs-pretest-23.0.90~4755 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=349c787a5348625ea3699b198d1e39607209b315;p=emacs.git (font_unparse_gtkname): Add prototype. --- diff --git a/src/font.h b/src/font.h index 598c48b1aab..cc14365508c 100644 --- a/src/font.h +++ b/src/font.h @@ -822,6 +822,7 @@ extern int font_unparse_xlfd P_ ((Lisp_Object font, int pixel_size, 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));