* xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
- * xsettings.c: Include glib.h if HAVE_GSETTINGS.
+ * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
Let HAVE_GSETTINGS override HAVE_GCONF.
(store_monospaced_changed): New function.
(EMACS_SETTINGS): A new type derived from GObject to handle
#include <X11/Xproto.h>
-#define HAVE_GSETTINGS
#ifdef HAVE_GSETTINGS
-#include <glib.h>
+#include <glib-object.h>
+#include <gio/gio.h>
#else
#ifdef HAVE_GCONF
#include <gconf/gconf-client.h>