summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-06-29 13:34:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-07-02 14:59:26 +0200
commit7733f646d6985f2d90e43507b8063719e44288ba (patch)
tree88f3797341f89f429779920e724798bb17a6e564 /gdk/gdkevents.c
parent88b4076fe5146c84e5a9fb590371c50917be604e (diff)
downloadgtk+-7733f646d6985f2d90e43507b8063719e44288ba.tar.gz
gdk: Rename GdkDragContext to GdkDrag
This is to go along with the newly introduced GdkDrop. This commit includes the necessary updates to the X11, Wayland and Broadway backends. Other backends have to be updated separately.
Diffstat (limited to 'gdk/gdkevents.c')
-rw-r--r--gdk/gdkevents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c
index 178bbd3b85..7d810d9fda 100644
--- a/gdk/gdkevents.c
+++ b/gdk/gdkevents.c
@@ -165,7 +165,7 @@ gdk_event_class_init (GdkEventClass *klass)
void
_gdk_event_emit (GdkEvent *event)
{
- if (gdk_drag_context_handle_source_event (event))
+ if (gdk_drag_handle_source_event (event))
return;
if (_gdk_event_func)