Ken Thomases : winemac: Implement a WINDOW_GOT_FOCUS event for when Cocoa tries to focus a window.

Alexandre Julliard julliard at winehq.org
Mon Jan 28 13:43:19 CST 2013


Module: wine
Branch: master
Commit: 7863a230ec8412506d3256c20a1940d9bddb9776
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7863a230ec8412506d3256c20a1940d9bddb9776

Author: Ken Thomases <ken at codeweavers.com>
Date:   Sun Jan 27 16:19:48 2013 -0600

winemac: Implement a WINDOW_GOT_FOCUS event for when Cocoa tries to focus a window.

---

 dlls/winemac.drv/cocoa_app.h    |    5 +++
 dlls/winemac.drv/cocoa_app.m    |   70 +++++++++++++++++++++++++++++++++++++++
 dlls/winemac.drv/cocoa_event.m  |    7 ++++
 dlls/winemac.drv/cocoa_window.h |    2 +
 dlls/winemac.drv/cocoa_window.m |   32 +++++++++++++++++-
 dlls/winemac.drv/event.c        |    5 +++
 dlls/winemac.drv/macdrv.h       |    1 +
 dlls/winemac.drv/macdrv_cocoa.h |    7 ++++
 dlls/winemac.drv/window.c       |   34 +++++++++++++++++++
 9 files changed, 162 insertions(+), 1 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=7863a230ec8412506d3256c20a1940d9bddb9776



More information about the wine-cvs mailing list