diff options
author | Benjamin Otte <otte@redhat.com> | 2017-12-14 04:34:33 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-12-14 04:39:22 +0100 |
commit | b49a9b9933490dc717894fbef4cae0df0775453c (patch) | |
tree | b1997059daa5d8760aefb0610f82b2ec0f438997 /gdk/gdkdndprivate.h | |
parent | 65fcff87b2df4d217814bf6519e2ebe433baf1aa (diff) | |
download | gtk+-b49a9b9933490dc717894fbef4cae0df0775453c.tar.gz |
dnd: Remove gdk_drag_get_selection()
Without selections, drags can't have them either.
Also included is removing the selection from GtkSelectionData.
Includes a bunch of crude cleanups to Wayland code that no longer has to
care about selection atoms.
Diffstat (limited to 'gdk/gdkdndprivate.h')
-rw-r--r-- | gdk/gdkdndprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkdndprivate.h b/gdk/gdkdndprivate.h index 127b514265..05f10435fe 100644 --- a/gdk/gdkdndprivate.h +++ b/gdk/gdkdndprivate.h @@ -65,7 +65,6 @@ struct _GdkDragContextClass { gint x_root, gint y_root, GdkDragProtocol *protocol); - GdkAtom (*get_selection) (GdkDragContext *context); gboolean (*drag_motion) (GdkDragContext *context, GdkWindow *dest_window, GdkDragProtocol protocol, |