dnd: Remove GdkDragContext::commit_drag_status() vfunc
authorBenjamin Otte <otte@redhat.com>
Sun, 20 May 2018 18:15:39 +0000 (20:15 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 18 Jun 2018 21:49:52 +0000 (23:49 +0200)
commit4b85b5299aa9fb0ab09652cee5ee78d8ffc891e4
tree9fa52f980024b20214411433e601c1b14a066b0c
parentb00609c21c388cd4353cabf6290d85bd7277a3d9
dnd: Remove GdkDragContext::commit_drag_status() vfunc

The idea behind the vfunc doesn't work as status updates can happen
asynchronously.

A better solution needs to be found.
gdk/gdkdnd.c
gdk/gdkdndprivate.h
gdk/gdkevents.c
gdk/wayland/gdkdnd-wayland.c