diff src/xfns.c @ 106098:8c46fe65b4c6

* lisp.h: Remove declaration of Ffont_get_system_font. * xfns.c: Move include of "xsettings.h". * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
author Andreas Schwab <schwab@linux-m68k.org>
date Tue, 17 Nov 2009 21:57:48 +0000
parents 58fd09a16d9e
children 4cee82a6f25b
line wrap: on
line diff
--- a/src/xfns.c	Tue Nov 17 20:17:46 2009 +0000
+++ b/src/xfns.c	Tue Nov 17 21:57:48 2009 +0000
@@ -63,6 +63,8 @@
 #include <X11/bitmaps/gray>
 #endif
 
+#include "xsettings.h"
+
 #ifdef USE_GTK
 #include "gtkutil.h"
 #endif
@@ -98,8 +100,6 @@
 #include <Xm/FileSB.h>
 #endif
 
-#include "xsettings.h"
-
 #if !defined(NO_EDITRES)
 #define HACK_EDITRES
 extern void _XEditResCheckMessages ();