From: Chong Yidong Date: Tue, 10 Jun 2008 20:55:35 +0000 (+0000) Subject: (xg_get_font_name): Insert prototype, X-Git-Tag: emacs-pretest-23.0.90~4905 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85109001126d3adbec3e9b2b7585141f1299d0d6;p=emacs.git (xg_get_font_name): Insert prototype, --- diff --git a/src/gtkutil.h b/src/gtkutil.h index 7a279343d4a..93f60fa802a 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -137,6 +137,8 @@ extern char *xg_get_file_name P_ ((FRAME_PTR f, int mustmatch_p, int only_dir_p)); +extern char *xg_get_font_name P_ ((FRAME_PTR f, char *)); + extern GtkWidget *xg_create_widget P_ ((char *type, char *name, FRAME_PTR f,