Re: [PATCH 2/7] winex11.drv: implement DoDragDrop on top of XDND (try 2)
Hi, On Jul 16, 2015, at 12:38 AM, Damjan Jovanovic <damjan.jov(a)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
On Thu, Jul 16, 2015 at 4:25 PM, Ken Thomases <ken(a)codeweavers.com> wrote:
Hi,
On Jul 16, 2015, at 12:38 AM, Damjan Jovanovic <damjan.jov(a)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
participants (2)
-
Damjan Jovanovic -
Ken Thomases