GDK W32: Fix a typo in OLE2 DnD code
https://bugzilla.gnome.org/show_bug.cgi?id=786509
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user