aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xsettings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xsettings.c b/src/xsettings.c
index 45341d8ebd5..c29a844e0a8 100644
--- a/src/xsettings.c
+++ b/src/xsettings.c
@@ -230,6 +230,8 @@ static cairo_font_options_t *font_options;
230 230
231static GSettings *gsettings_client; 231static GSettings *gsettings_client;
232 232
233#if defined HAVE_PGTK && defined HAVE_GSETTINGS
234
233static bool 235static bool
234xg_settings_key_valid_p (GSettings *settings, const char *key) 236xg_settings_key_valid_p (GSettings *settings, const char *key)
235{ 237{
@@ -253,6 +255,8 @@ xg_settings_key_valid_p (GSettings *settings, const char *key)
253#endif 255#endif
254} 256}
255 257
258#endif
259
256#ifdef HAVE_PGTK 260#ifdef HAVE_PGTK
257/* Store an event for re-rendering of the fonts. */ 261/* Store an event for re-rendering of the fonts. */
258static void 262static void