]> git.eshelyaron.com Git - emacs.git/commitdiff
(xg_get_font_name): Insert prototype,
authorChong Yidong <cyd@stupidchicken.com>
Tue, 10 Jun 2008 20:55:35 +0000 (20:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 10 Jun 2008 20:55:35 +0000 (20:55 +0000)
src/gtkutil.h

index 7a279343d4a9ce59a5b32e9775064e9385553cdf..93f60fa802a9192c6d78e409dac378ac7975b4fa 100644 (file)
@@ -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,