Module: wine Branch: master Commit: e7d5f329e5c0df157485b697ebd246e46200d490 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e7d5f329e5c0df157485b697eb...
Author: Ken Thomases ken@codeweavers.com Date: Tue Apr 16 00:38:01 2013 -0500
winemac: Refactor WineApplication class to separate most logic into a controller class.
---
dlls/winemac.drv/cocoa_app.h | 18 +++- dlls/winemac.drv/cocoa_app.m | 214 ++++++++++++++++++++++++--------------- dlls/winemac.drv/cocoa_event.m | 8 +- dlls/winemac.drv/cocoa_main.m | 28 ++++- dlls/winemac.drv/cocoa_window.m | 80 ++++++++------- 5 files changed, 218 insertions(+), 130 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e7d5f329e5c0df157485b6...