diff options
Diffstat (limited to 'gdk/gdkdndprivate.h')
-rw-r--r-- | gdk/gdkdndprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkdndprivate.h b/gdk/gdkdndprivate.h index e8a163f7c8..fe2a95dfc7 100644 --- a/gdk/gdkdndprivate.h +++ b/gdk/gdkdndprivate.h @@ -66,6 +66,8 @@ struct _GdkDragContextClass { void (*set_hotspot) (GdkDragContext *context, gint hot_x, gint hot_y); + void (*drop_done) (GdkDragContext *context, + gboolean success); }; struct _GdkDragContext { |