summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkdnd-wayland.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-06-15 08:48:27 +0200
committerBenjamin Otte <otte@redhat.com>2018-06-18 23:49:53 +0200
commitaa1f0cfd4f92201d249ba183ba6b2ae88223f56e (patch)
tree7b7d7d5661d48609ede4e92af08aa198b4a3306b /gdk/wayland/gdkdnd-wayland.c
parent45a6146ca6254a6caa58a8fdfeb6ba35a04202b5 (diff)
downloadgtk+-aa1f0cfd4f92201d249ba183ba6b2ae88223f56e.tar.gz
dnd: Remove GdkDragContext.is_source
All drag contexts are sources these days, the other ones are GdkDrop now.
Diffstat (limited to 'gdk/wayland/gdkdnd-wayland.c')
-rw-r--r--gdk/wayland/gdkdnd-wayland.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/wayland/gdkdnd-wayland.c b/gdk/wayland/gdkdnd-wayland.c
index 98c1b7a0c9..db2ac1e27d 100644
--- a/gdk/wayland/gdkdnd-wayland.c
+++ b/gdk/wayland/gdkdnd-wayland.c
@@ -402,7 +402,6 @@ _gdk_wayland_surface_drag_begin (GdkSurface *surface,
NULL);
context = GDK_DRAG_CONTEXT (context_wayland);
context->source_surface = g_object_ref (surface);
- context->is_source = TRUE;
context_wayland->dnd_surface = create_dnd_surface (gdk_surface_get_display (surface));
context_wayland->dnd_wl_surface = gdk_wayland_surface_get_wl_surface (context_wayland->dnd_surface);