summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-06-10 20:55:35 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-06-10 20:55:35 +0000
commit85109001126d3adbec3e9b2b7585141f1299d0d6 (patch)
tree2439e5aa97ff3bfb25a9c3fb645eafc40d9b6ae7 /src/gtkutil.h
parent2a3bd2e19336d9a83349575859cfb4842c2ec861 (diff)
downloademacs-85109001126d3adbec3e9b2b7585141f1299d0d6.tar.gz
(xg_get_font_name): Insert prototype,
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h2
1 files changed, 2 insertions, 0 deletions
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,