* gtkutil.c: Add extern decl for Qxft.
This commit is contained in:
parent
1882aa3878
commit
3eab3ca987
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-03 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* gtkutil.c: Add extern decl for Qxft.
|
||||
|
||||
2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* emacs.c, eval.c: Use bool for boolean.
|
||||
|
|
|
@ -2038,6 +2038,7 @@ xg_get_file_name (FRAME_PTR f,
|
|||
|
||||
|
||||
static char *x_last_font_name;
|
||||
extern Lisp_Object Qxft;
|
||||
|
||||
/* Pop up a GTK font selector and return the name of the font the user
|
||||
selects, as a C string. The returned font name follows GTK's own
|
||||
|
|
Loading…
Add table
Reference in a new issue