summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkwayland.h
diff options
context:
space:
mode:
authorJan Arne Petersen <jpetersen@openismus.com>2013-01-19 23:43:27 +0100
committerJan Arne Petersen <jpetersen@openismus.com>2013-01-23 22:26:27 +0100
commit2b9f0b48174cb29ccd445a40e80c01fb1bb04782 (patch)
treec201f2fe13e352f04e4134c061201fe07e697c41 /gdk/wayland/gdkwayland.h
parentdb986ddc4f2b537787e8831b90cde9129a39a439 (diff)
downloadgtk+-2b9f0b48174cb29ccd445a40e80c01fb1bb04782.tar.gz
wayland: Make GdkWaylandDisplay public
Allows to access Wayland specific display information like wl_display etc. Add gdk_wayland_display_get_wl_display for getting the Wayland wl_display.
Diffstat (limited to 'gdk/wayland/gdkwayland.h')
-rw-r--r--gdk/wayland/gdkwayland.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/wayland/gdkwayland.h b/gdk/wayland/gdkwayland.h
index 8464a5f723..2b4b7b247b 100644
--- a/gdk/wayland/gdkwayland.h
+++ b/gdk/wayland/gdkwayland.h
@@ -27,6 +27,10 @@
#include <gdk/gdk.h>
+#define __GDKWAYLAND_H_INSIDE__
+
+#include <gdk/wayland/gdkwaylanddisplay.h>
+
G_BEGIN_DECLS
typedef struct _GdkWaylandDisplayManager GdkWaylandDisplayManager;