Skip to content
Snippets Groups Projects
Commit 76f7d8c7 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard
Browse files

winex11.drv: Reset XDNDAccepted flag if IDropTarget::DragEnter fails.

parent c9658942
Branches
Tags
No related merge requests found
......@@ -314,7 +314,10 @@ void X11DRV_XDND_PositionEvent( HWND hWnd, XClientMessageEvent *event )
TRACE("the application accepted the drop (effect = %d)\n", effect_ignore);
}
else
{
XDNDAccepted = FALSE;
WARN("IDropTarget_DragEnter failed, error 0x%08X\n", hr);
}
IDropTarget_Release(dropTarget);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment