Module: wine Branch: master Commit: 69e631e04e75e7596f58d2d16ba674b343886877 URL: http://source.winehq.org/git/wine.git/?a=commit;h=69e631e04e75e7596f58d2d16b...
Author: Ken Thomases ken@codeweavers.com Date: Sun Mar 10 22:58:26 2013 -0500
winemac: Add support for "query" events which wait for synchronous responses.
---
dlls/winemac.drv/cocoa_app.h | 7 ++- dlls/winemac.drv/cocoa_app.m | 86 ++++++++++++++++-- dlls/winemac.drv/cocoa_clipboard.m | 1 + dlls/winemac.drv/cocoa_event.h | 7 ++ dlls/winemac.drv/cocoa_event.m | 169 ++++++++++++++++++++++++++++++++++-- dlls/winemac.drv/cocoa_opengl.m | 2 +- dlls/winemac.drv/event.c | 32 +++++++ dlls/winemac.drv/macdrv.h | 2 + dlls/winemac.drv/macdrv_cocoa.h | 26 ++++++- dlls/winemac.drv/macdrv_main.c | 2 +- 10 files changed, 314 insertions(+), 20 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=69e631e04e75e7596f58d2...