Module: wine Branch: master Commit: f4f50c9e4ae9007fcba4555d212be2146440f6b8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f4f50c9e4ae9007fcba4555d21...
Author: Ken Thomases ken@codeweavers.com Date: Thu Oct 10 14:22:08 2013 -0500
winemac: Implement support for Cocoa-style full-screen mode.
Based in large part on a patch submitted by Kevin Eaves.
---
dlls/winemac.drv/cocoa_app.m | 5 + dlls/winemac.drv/cocoa_window.h | 5 + dlls/winemac.drv/cocoa_window.m | 169 ++++++++++++++++++++++++++++++++++---- dlls/winemac.drv/event.c | 2 +- dlls/winemac.drv/macdrv.h | 2 +- dlls/winemac.drv/macdrv_cocoa.h | 3 +- dlls/winemac.drv/window.c | 9 ++- 7 files changed, 171 insertions(+), 24 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f4f50c9e4ae9007fcba455...