mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
dnd: pass hotspot to GDK
This uses the new api introduced in the previous commits.
This commit is contained in:
parent
3b4bfba37d
commit
bf7a7a5f3d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user