Module: wine Branch: master Commit: 21c4fc3326eedeab996e7021235b58477227ec7f URL: http://source.winehq.org/git/wine.git/?a=commit;h=21c4fc3326eedeab996e702123...
Author: Ken Thomases ken@codeweavers.com Date: Thu Dec 20 19:02:28 2012 -0600
winemac.drv: Implement EnumDisplayMonitors.
---
dlls/winemac.drv/Makefile.in | 6 ++- dlls/winemac.drv/cocoa_display.m | 103 ++++++++++++++++++++++++++++++++++ dlls/winemac.drv/display.c | 107 +++++++++++++++++++++++++++++++++++ dlls/winemac.drv/macdrv.h | 79 +++++++------------------- dlls/winemac.drv/macdrv_cocoa.h | 111 +++++++++++++++++++++++++++++++++++++ dlls/winemac.drv/winemac.drv.spec | 4 + 6 files changed, 352 insertions(+), 58 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=21c4fc3326eedeab996e70...