[PATCH 4/5] winemac: Implement rudimentary support for system tray icons as Mac status items.

Ken Thomases ken at codeweavers.com
Sun Mar 17 22:40:54 CDT 2013


Doesn't support right-clicks, mouse moves, or notification balloons.
---
dlls/winemac.drv/Makefile.in         |    2 +
dlls/winemac.drv/cocoa_status_item.m |  175 +++++++++++++++++
dlls/winemac.drv/event.c             |    5 +
dlls/winemac.drv/image.c             |    2 +-
dlls/winemac.drv/macdrv.h            |    3 +
dlls/winemac.drv/macdrv_cocoa.h      |   13 ++
dlls/winemac.drv/systray.c           |  358 ++++++++++++++++++++++++++++++++++
dlls/winemac.drv/winemac.drv.spec    |    3 +
8 files changed, 560 insertions(+), 1 deletions(-)
create mode 100644 dlls/winemac.drv/cocoa_status_item.m
create mode 100644 dlls/winemac.drv/systray.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-winemac-Implement-rudimentary-support-for-system-tra.patch
Type: text/x-patch
Size: 21968 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130317/90a68911/attachment.bin>


More information about the wine-patches mailing list