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

Damjan Jovanovic damjan.jov at gmail.com
Thu Jul 16 11:18:21 CDT 2015


On Thu, Jul 16, 2015 at 4:25 PM, Ken Thomases <ken at codeweavers.com> wrote:
> 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
>

Thank you. It compiled and ran, so I shipped it ;-).

Damjan



More information about the wine-devel mailing list