[PATCH 6/6] winemac: Implement basic window functionality.

Ken Thomases ken at codeweavers.com
Sun Jan 6 19:54:45 CST 2013


---
dlls/winemac.drv/Makefile.in      |    3 +-
dlls/winemac.drv/cocoa_app.h      |    3 +
dlls/winemac.drv/cocoa_app.m      |   20 ++
dlls/winemac.drv/cocoa_window.h   |   25 ++
dlls/winemac.drv/cocoa_window.m   |  331 +++++++++++++++++++
dlls/winemac.drv/macdrv.h         |   16 +
dlls/winemac.drv/macdrv_cocoa.h   |   25 ++
dlls/winemac.drv/window.c         |  635 +++++++++++++++++++++++++++++++++++++
dlls/winemac.drv/winemac.drv.spec |    7 +
9 files changed, 1064 insertions(+), 1 deletions(-)
create mode 100644 dlls/winemac.drv/cocoa_window.h
create mode 100644 dlls/winemac.drv/cocoa_window.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-winemac-Implement-basic-window-functionality.patch
Type: text/x-patch
Size: 37599 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130106/9a804d84/attachment-0001.bin>


More information about the wine-patches mailing list