Module: wine Branch: master Commit: 4938929ccf16be6564f65c37711fc5dea93f9c23 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4938929ccf16be6564f65c377...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jun 1 02:41:22 2022 +0200
winemac: Use unixlib interface for query_drag_operation.
Signed-off-by: Jacek Caban jacek@codeweavers.com
---
dlls/winemac.drv/dllmain.c | 1 + dlls/winemac.drv/dragdrop.c | 72 +++++++++------------------------------------ dlls/winemac.drv/event.c | 47 +++++++++++++++++++++++++++++ dlls/winemac.drv/macdrv.h | 3 +- dlls/winemac.drv/unixlib.h | 13 +++++++- 5 files changed, 75 insertions(+), 61 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4938929ccf16be6564f65...