Module: wine Branch: master Commit: 6e59740e18ed41579016013ee614234e2d9bf9b7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6e59740e18ed41579016013ee6...
Author: Ken Thomases ken@codeweavers.com Date: Sun Jan 27 16:19:29 2013 -0600
winemac: Implement WINDOW_FRAME_CHANGED event to tell Wine when window is moved or resized.
---
dlls/winemac.drv/cocoa_window.m | 53 ++++++++++++++++++ dlls/winemac.drv/event.c | 7 ++ dlls/winemac.drv/macdrv.h | 1 + dlls/winemac.drv/macdrv_cocoa.h | 7 ++ dlls/winemac.drv/window.c | 110 ++++++++++++++++++++++++++++++++++++- dlls/winemac.drv/winemac.drv.spec | 1 + 6 files changed, 177 insertions(+), 2 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6e59740e18ed4157901601...