summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-dnd.h
diff options
context:
space:
mode:
authorPavel Cisler <pavel@eazel.com>2000-04-12 18:33:04 +0000
committerPavel Cisler <pce@src.gnome.org>2000-04-12 18:33:04 +0000
commit8ecf5b4898c50b0f7641f444cdc1f71eab1385c6 (patch)
treebd6145dbedc4c91af61e7951b5e210f024005cc0 /libnautilus-private/nautilus-icon-dnd.h
parentd140e4fc8da174b0d71a4f53957252cf2a5a2d45 (diff)
downloadnautilus-8ecf5b4898c50b0f7641f444cdc1f71eab1385c6.tar.gz
Fix a problem where drag actions did't update properly when dragging
2000-04-11 Pavel Cisler <pavel@eazel.com> * libnautilus/nautilus-icon-dnd.c: * libnautilus/nautilus-icon-dnd.h: Fix a problem where drag actions did't update properly when dragging between two windows. The pointer to the private GtkDragStatus needs to be global, not stored in the drag originator widget.
Diffstat (limited to 'libnautilus-private/nautilus-icon-dnd.h')
-rw-r--r--libnautilus-private/nautilus-icon-dnd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libnautilus-private/nautilus-icon-dnd.h b/libnautilus-private/nautilus-icon-dnd.h
index 821dd3d9b..ec7069630 100644
--- a/libnautilus-private/nautilus-icon-dnd.h
+++ b/libnautilus-private/nautilus-icon-dnd.h
@@ -72,14 +72,6 @@ struct NautilusIconDndInfo {
/* Shadow for the icons being dragged. */
GnomeCanvasItem *shadow;
-
- /* During drag&drop keep a saved pointer to the private drag context.
- * This is a hack-workaround to deal with the inability to override
- * drag action feedback in gtk and will be removed once the appropriate
- * interface gets added to gtkdnd to do this in a clean way
- */
- gpointer saved_drag_source_info;
-
/* last highlighted drop target*/
gpointer current_drop_target_icon;
};