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