Module: wine Branch: master Commit: c0d43fb51f2466660bf027b766c501c7ce1c9874 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c0d43fb51f2466660bf027b766...
Author: Ken Thomases ken@codeweavers.com Date: Mon Jan 14 20:24:02 2013 -0600
winemac: Implement layered windows: SetLayeredWindowAttributes() and UpdateLayeredWindow().
---
dlls/winemac.drv/cocoa_window.h | 5 + dlls/winemac.drv/cocoa_window.m | 90 ++++++++++++++- dlls/winemac.drv/macdrv.h | 6 +- dlls/winemac.drv/macdrv_cocoa.h | 5 + dlls/winemac.drv/surface.c | 17 +++- dlls/winemac.drv/window.c | 232 ++++++++++++++++++++++++++++++++++++- dlls/winemac.drv/winemac.drv.spec | 2 + 7 files changed, 350 insertions(+), 7 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c0d43fb51f2466660bf027...