aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/gtkutil.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2053c258df4..c781204e679 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-09-03 Chong Yidong <cyd@gnu.org>
2
3 * gtkutil.c: Add extern decl for Qxft.
4
12012-09-02 Paul Eggert <eggert@cs.ucla.edu> 52012-09-02 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * emacs.c, eval.c: Use bool for boolean. 7 * emacs.c, eval.c: Use bool for boolean.
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 48a83725fd9..f0d2c022f0c 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -2038,6 +2038,7 @@ xg_get_file_name (FRAME_PTR f,
2038 2038
2039 2039
2040static char *x_last_font_name; 2040static char *x_last_font_name;
2041extern Lisp_Object Qxft;
2041 2042
2042/* Pop up a GTK font selector and return the name of the font the user 2043/* Pop up a GTK font selector and return the name of the font the user
2043 selects, as a C string. The returned font name follows GTK's own 2044 selects, as a C string. The returned font name follows GTK's own