diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2014-10-06 17:07:43 +0200 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-10-06 19:39:43 -0700 |
commit | 9c589b6798e8d351f3370f720e0321c6f09315ff (patch) | |
tree | f64b9a3024f7a84020693af20202599187609bfc /src/wayland/meta-wayland-data-device.h | |
parent | 113be01ce800a33eb5bfa6bd51f00eea5e99f27c (diff) | |
download | mutter-9c589b6798e8d351f3370f720e0321c6f09315ff.tar.gz |
wayland: Ensure drag surface offset changes update the DnD actor
Diffstat (limited to 'src/wayland/meta-wayland-data-device.h')
-rw-r--r-- | src/wayland/meta-wayland-data-device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wayland/meta-wayland-data-device.h b/src/wayland/meta-wayland-data-device.h index 854c1fd7f..b4b3900c2 100644 --- a/src/wayland/meta-wayland-data-device.h +++ b/src/wayland/meta-wayland-data-device.h @@ -44,4 +44,8 @@ void meta_wayland_data_device_init (MetaWaylandDataDevice *data_device); void meta_wayland_data_device_set_keyboard_focus (MetaWaylandDataDevice *data_device); +gboolean meta_wayland_data_device_is_dnd_surface (MetaWaylandDataDevice *data_device, + MetaWaylandSurface *surface); +void meta_wayland_data_device_update_dnd_surface (MetaWaylandDataDevice *data_device); + #endif /* META_WAYLAND_DATA_DEVICE_H */ |