This is not necessary for the XdndLeave message, nor used.
/* Source side */
static void
-gdk_drag_do_leave (GdkX11Drag *drag_x11,
- guint32 time)
+gdk_drag_do_leave (GdkX11Drag *drag_x11)
{
if (drag_x11->proxy_xid)
{
if (drag_x11->proxy_xid != proxy_xid)
{
/* Send a leave to the last destination */
- gdk_drag_do_leave (drag_x11, time);
+ gdk_drag_do_leave (drag_x11);
drag_x11->drag_status = GDK_DRAG_STATUS_DRAG;
/* Check if new destination accepts drags, and which protocol */