summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r--gdk/gdkdnd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h
index 2bdf5897cd..b257d1e8f0 100644
--- a/gdk/gdkdnd.h
+++ b/gdk/gdkdnd.h
@@ -145,6 +145,8 @@ GdkDragAction gdk_drag_context_get_actions (GdkDragContext *context)
GdkDragAction gdk_drag_context_get_suggested_action (GdkDragContext *context);
GdkDragAction gdk_drag_context_get_selected_action (GdkDragContext *context);
+GdkWindow *gdk_drag_context_get_source_window (GdkDragContext *context);
+
/* Destination side */
void gdk_drag_status (GdkDragContext *context,