dnd: pass hotspot to GDK

This uses the new api introduced in the previous commits.
This commit is contained in:
Matthias Clasen 2015-12-07 21:54:55 -05:00
parent 3b4bfba37d
commit bf7a7a5f3d

View File

@ -2468,6 +2468,8 @@ gtk_drag_set_icon_window (GdkDragContext *context,
if (!widget)
goto out;
gdk_drag_context_set_hotspot (context, hot_x, hot_y);
if (!info->icon_window)
{
GdkScreen *screen;