summaryrefslogtreecommitdiffstats
path: root/panels/common/gnome-settings-bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'panels/common/gnome-settings-bus.h')
-rw-r--r--panels/common/gnome-settings-bus.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/panels/common/gnome-settings-bus.h b/panels/common/gnome-settings-bus.h
new file mode 100644
index 0000000..122289f
--- /dev/null
+++ b/panels/common/gnome-settings-bus.h
@@ -0,0 +1,14 @@
+/* Stub to replace gnome-settings-daemon's
+ * gnome-settings-bus.h helpers */
+
+#include <gdk/x11/gdkx.h>
+
+#ifdef GDK_WINDOWING_WAYLAND
+
+static inline gboolean
+gnome_settings_is_wayland (void)
+{
+ return !GDK_IS_X11_DISPLAY (gdk_display_get_default ());
+}
+
+#endif /* GDK_WINDOWING_WAYLAND */