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 6a770517cc
commit c4617d3268

View File

@ -424,7 +424,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);