[PATCH 2/7] winex11.drv: implement DoDragDrop on top of XDND (try 2)

Ken Thomases ken at codeweavers.com
Thu Jul 16 09:25:26 CDT 2015


Hi,

On Jul 16, 2015, at 12:38 AM, Damjan Jovanovic <damjan.jov at gmail.com> wrote:

> Implements DoDragDrop on top of XDND.

> ---
> dlls/winex11.drv/clipboard.c |  50 +++
> dlls/winex11.drv/event.c     |   2 +
> dlls/winex11.drv/x11drv.h    |   7 +
> dlls/winex11.drv/xdnd.c      | 837 +++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 896 insertions(+)

Since you removed the parts touching the user drivers from patch 1 (at my request; thanks), doesn't this patch need to add the entry point to the .spec file?

-Ken




More information about the wine-devel mailing list