Module: wine Branch: master Commit: 207c4d193f88b62bd951da8123a523130c49fe95 URL: http://source.winehq.org/git/wine.git/?a=commit;h=207c4d193f88b62bd951da8123...
Author: Ken Thomases ken@codeweavers.com Date: Mon Jan 21 00:07:58 2013 -0600
winemac: Associate an event queue with each thread that creates windows and with each window.
---
dlls/winemac.drv/cocoa_window.h | 5 ++ dlls/winemac.drv/cocoa_window.m | 14 ++++- dlls/winemac.drv/macdrv.h | 15 +++++ dlls/winemac.drv/macdrv_cocoa.h | 3 +- dlls/winemac.drv/macdrv_main.c | 111 ++++++++++++++++++++++++++++++++++---- dlls/winemac.drv/window.c | 6 ++- 6 files changed, 137 insertions(+), 17 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=207c4d193f88b62bd951da...