diff options
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r-- | gdk/gdkdnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h index aaa49b5faf..0cc1d33131 100644 --- a/gdk/gdkdnd.h +++ b/gdk/gdkdnd.h @@ -132,7 +132,7 @@ GInputStream * gdk_drop_read_finish (GdkDragContext * /* Source side */ GDK_AVAILABLE_IN_ALL -GdkDragContext * gdk_drag_begin (GdkSurface *window, +GdkDragContext * gdk_drag_begin (GdkSurface *surface, GdkDevice *device, GdkContentProvider *content, GdkDragAction actions, |