summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkdisplay-wayland.h
diff options
context:
space:
mode:
authorJonas Ã…dahl <jadahl@gmail.com>2016-07-13 15:24:19 +0800
committerMatthias Clasen <mclasen@redhat.com>2016-08-29 13:20:44 -0400
commit340b5964dd82fc60471e62304b3d0d0dcd8d8648 (patch)
treedf50f5d503e37a3a67bd5e91f313ce7861abb3af /gdk/wayland/gdkdisplay-wayland.h
parentf98c9fec6ca18a94a152c0a27b9d9b68af769936 (diff)
downloadgtk+-340b5964dd82fc60471e62304b3d0d0dcd8d8648.tar.gz
wayland: Add API for setting an exported as a parent
Add an API that enables an application to, given an exported window handle, set its own window as a transient of the window associated with the exported window handle. https://bugzilla.gnome.org/show_bug.cgi?id=769788
Diffstat (limited to 'gdk/wayland/gdkdisplay-wayland.h')
-rw-r--r--gdk/wayland/gdkdisplay-wayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/wayland/gdkdisplay-wayland.h b/gdk/wayland/gdkdisplay-wayland.h
index f21e8b631b..ace514349d 100644
--- a/gdk/wayland/gdkdisplay-wayland.h
+++ b/gdk/wayland/gdkdisplay-wayland.h
@@ -76,6 +76,7 @@ struct _GdkWaylandDisplay
struct gtk_primary_selection_device_manager *primary_selection_manager;
struct zwp_tablet_manager_v2 *tablet_manager;
struct zxdg_exporter_v1 *xdg_exporter;
+ struct zxdg_importer_v1 *xdg_importer;
GList *async_roundtrips;