aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-09-03 16:13:33 +0800
committerChong Yidong2012-09-03 16:13:33 +0800
commit3eab3ca987b74c54788052bbace0fc5c8e93363c (patch)
treef30a5e31fb069d6cfd95674e1318189b2970f950
parent1882aa387874f0ac0965fa7bec1c5760dc37e48f (diff)
downloademacs-3eab3ca987b74c54788052bbace0fc5c8e93363c.tar.gz
emacs-3eab3ca987b74c54788052bbace0fc5c8e93363c.zip
* gtkutil.c: Add extern decl for Qxft.
-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