[PATCH 1/7] ole32/user32: try using native drag and drop if possible (try 3)

Damjan Jovanovic damjan.jov at gmail.com
Sat Jul 18 03:42:36 CDT 2015


If possible, try using the drag and drop implemented by the native
windowing system instead of the one implemented by our ole32. This
patch just provides the framework, the next patch actually implements
all drag and drop over XDND.

Try 2 implements loaderdrv_DoDragDrop.

Try 3: no changes.

Damjan Jovanovic
---
 dlls/ole32/ole2.c          |  6 ++++++
 dlls/user32/clipboard.c    |  8 ++++++++
 dlls/user32/driver.c       | 13 +++++++++++++
 dlls/user32/user32.spec    |  1 +
 dlls/user32/user_private.h |  3 +++
 include/winuser.h          |  1 +
 6 files changed, 32 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ole32-user32-try-using-native-drag-and-drop-if-possibl.txt
Type: text/x-patch
Size: 5119 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150718/474ef661/attachment.bin>


More information about the wine-patches mailing list