summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkprivate-wayland.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2013-02-15 11:16:51 +0000
committerCosimo Cecchi <cosimoc@gnome.org>2013-02-18 19:38:21 -0500
commitfbc0572068cadb8a163f5a10f0209e5fb39735da (patch)
tree16c9483d3df8cd3cc2ea155ac78aecd8d775e0e4 /gdk/wayland/gdkprivate-wayland.h
parentec43a1f72a552184176769f605c37013702b4843 (diff)
downloadgtk+-fbc0572068cadb8a163f5a10f0209e5fb39735da.tar.gz
wayland: attempt to determine the possible parent surface for popups
Use the surface beneath the device that created the grab as the transient parent for the popup surfaces. https://bugzilla.gnome.org/show_bug.cgi?id=693913
Diffstat (limited to 'gdk/wayland/gdkprivate-wayland.h')
-rw-r--r--gdk/wayland/gdkprivate-wayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/wayland/gdkprivate-wayland.h b/gdk/wayland/gdkprivate-wayland.h
index a80dd15171..6f07059b79 100644
--- a/gdk/wayland/gdkprivate-wayland.h
+++ b/gdk/wayland/gdkprivate-wayland.h
@@ -155,6 +155,7 @@ void _gdk_wayland_display_manager_remove_display (GdkDisplayManager *manager,
GdkDisplay *display);
void _gdk_wayland_window_set_device_grabbed (GdkWindow *window,
+ GdkDevice *device,
struct wl_seat *seat,
guint32 time_);