Module: wine Branch: master Commit: 572324bae3eb0a1338444f7128ffe2e899740154 URL: http://source.winehq.org/git/wine.git/?a=commit;h=572324bae3eb0a1338444f7128...
Author: Ken Thomases ken@codeweavers.com Date: Wed Feb 6 19:32:26 2013 -0600
winemac: Implement MOUSE_MOVED(_ABSOLUTE) events.
---
dlls/winemac.drv/cocoa_event.m | 30 +++++++++++++++++- dlls/winemac.drv/cocoa_window.h | 3 ++ dlls/winemac.drv/cocoa_window.m | 64 +++++++++++++++++++++++++++++++++++++++ dlls/winemac.drv/event.c | 12 +++++++ dlls/winemac.drv/macdrv.h | 1 + dlls/winemac.drv/macdrv_cocoa.h | 7 ++++ dlls/winemac.drv/mouse.c | 22 +++++++++++++ 7 files changed, 138 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=572324bae3eb0a1338444f...