surface: honor wl_surface_commit()s on the DnD surface

And update the surface when this happens.
This commit is contained in:
Carlos Garnacho
2014-09-26 19:50:28 +02:00
parent 78477dd56a
commit a181ea3cde
3 changed files with 28 additions and 0 deletions

View File

@@ -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 */