Module: wine Branch: master Commit: 7ed00f6d975718ab32cf30a7fe6c6c27c8f69364 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7ed00f6d975718ab32cf30a7fe...
Author: Ken Thomases ken@codeweavers.com Date: Thu Sep 5 22:23:52 2013 -0500
winemac: Add support for mouse-move and right- and middle-click events on systray icons in the Mac status bar.
---
dlls/winemac.drv/cocoa_status_item.m | 136 +++++++++++++++++++++++++++++---- dlls/winemac.drv/event.c | 13 ++- dlls/winemac.drv/macdrv.h | 3 +- dlls/winemac.drv/macdrv_cocoa.h | 10 ++- dlls/winemac.drv/systray.c | 69 ++++++++++++----- 5 files changed, 186 insertions(+), 45 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7ed00f6d975718ab32cf30...