GDK W32: Fix a typo in OLE2 DnD code

https://bugzilla.gnome.org/show_bug.cgi?id=786509
This commit is contained in:
Руслан Ижбулатов
2017-08-15 13:12:43 +00:00
parent 2cc7a9c034
commit 022cf4252f

View File

@ -423,7 +423,7 @@ dnd_event_put (GdkEventType type,
e->dnd.context = g_object_ref (context);
e->dnd.time = GDK_CURRENT_TIME;
e->dnd.x_root = pt.x + _gdk_offset_x;
e->dnd.y_root = pt.x + _gdk_offset_y;
e->dnd.y_root = pt.y + _gdk_offset_y;
if (e->dnd.window != NULL)
g_object_ref (e->dnd.window);