summaryrefslogtreecommitdiff
path: root/gtk/gtkselectionprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-14 04:34:33 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-14 04:39:22 +0100
commitb49a9b9933490dc717894fbef4cae0df0775453c (patch)
treeb1997059daa5d8760aefb0610f82b2ec0f438997 /gtk/gtkselectionprivate.h
parent65fcff87b2df4d217814bf6519e2ebe433baf1aa (diff)
downloadgtk+-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 'gtk/gtkselectionprivate.h')
-rw-r--r--gtk/gtkselectionprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkselectionprivate.h b/gtk/gtkselectionprivate.h
index 896fcd0c28..f31b646685 100644
--- a/gtk/gtkselectionprivate.h
+++ b/gtk/gtkselectionprivate.h
@@ -38,7 +38,6 @@ G_BEGIN_DECLS
struct _GtkSelectionData
{
/*< private >*/
- GdkAtom selection;
GdkAtom target;
GdkAtom type;
gint format;