Module: wine Branch: master Commit: 6bae7cf7965bec9a5e53d561719935884f9acf23 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6bae7cf7965bec9a5e53d56171...
Author: Ken Thomases ken@codeweavers.com Date: Wed Sep 25 17:10:37 2013 -0500
winemac: Implement support for global hot keys.
Partially based on a patch for winex11 previously submitted by Vincent Povirk.
---
dlls/winemac.drv/cocoa_event.h | 3 + dlls/winemac.drv/cocoa_event.m | 167 ++++++++++++++++++++++++++++++++++++ dlls/winemac.drv/event.c | 7 ++ dlls/winemac.drv/keyboard.c | 171 +++++++++++++++++++++++++++++++++++++ dlls/winemac.drv/macdrv.h | 1 + dlls/winemac.drv/macdrv_cocoa.h | 16 ++++ dlls/winemac.drv/winemac.drv.spec | 2 + 7 files changed, 367 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6bae7cf7965bec9a5e53d5...