diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2013-08-27 08:23:54 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2013-08-27 08:23:54 +0400 |
commit | d350e350eaf4872d123e0ab873c4a095099013c9 (patch) | |
tree | 764c37ef736fad759c1167e8b4e2b407257c1d17 /src/gtkutil.c | |
parent | 9fed97293c8bc78eef679db1ae3cab468ecc473e (diff) |
* xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)
* nsterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
Remove the leftovers.
* gtkutil.c (toplevel): Do not declare Qxft but include
font.h to do so.
* image.c (toplevel): Do not declare Vlibrary_cache because
it's already done in lisp.h.
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r-- | src/gtkutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 0f3f5ba58b..0de748654e 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -35,6 +35,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "keyboard.h" #include "charset.h" #include "coding.h" +#include "font.h" + #include <gdk/gdkkeysyms.h> #include "xsettings.h" @@ -2050,7 +2052,6 @@ xg_get_file_name (struct frame *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 |