diff options
author | Jonas Ã…dahl <jadahl@gmail.com> | 2016-07-13 15:24:19 +0800 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-08-29 13:20:44 -0400 |
commit | 340b5964dd82fc60471e62304b3d0d0dcd8d8648 (patch) | |
tree | df50f5d503e37a3a67bd5e91f313ce7861abb3af /gdk/wayland/gdkdisplay-wayland.h | |
parent | f98c9fec6ca18a94a152c0a27b9d9b68af769936 (diff) | |
download | gtk+-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.h | 1 |
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; |