diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-06-10 20:55:35 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-06-10 20:55:35 +0000 |
commit | 85109001126d3adbec3e9b2b7585141f1299d0d6 (patch) | |
tree | 2439e5aa97ff3bfb25a9c3fb645eafc40d9b6ae7 /src/gtkutil.h | |
parent | 2a3bd2e19336d9a83349575859cfb4842c2ec861 (diff) | |
download | emacs-85109001126d3adbec3e9b2b7585141f1299d0d6.tar.gz emacs-85109001126d3adbec3e9b2b7585141f1299d0d6.tar.bz2 emacs-85109001126d3adbec3e9b2b7585141f1299d0d6.zip |
(xg_get_font_name): Insert prototype,
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r-- | src/gtkutil.h | 2 |
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, |