summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-06-10 15:52:45 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-06-10 16:04:28 +0200
commit4467145e437074d0a9a233ffa80befb309df754a (patch)
tree84a5d1453e8cd3e02a6e785de366497ab207596f /gdk/gdkdnd.h
parent61aa2af23d423b1fdb30f6b0a26195a0322ca9db (diff)
downloadgtk+-4467145e437074d0a9a233ffa80befb309df754a.tar.gz
Add a missing accessor for GdkDragContext->source_window.
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,