17 Sep
2012
17 Sep
'12
7:06 p.m.
Module: wine Branch: master Commit: c8ea1e50dc8142bbfb88652b76f2a4c5b8a06511 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c8ea1e50dc8142bbfb88652b76... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Sep 13 20:08:01 2012 +0200 winex11: Avoid passing a window data structure to functions that can send messages. --- dlls/winex11.drv/event.c | 25 +++++----- dlls/winex11.drv/mouse.c | 16 ++++--- dlls/winex11.drv/systray.c | 15 +++--- dlls/winex11.drv/window.c | 105 +++++++++++++++++++++++++------------------ dlls/winex11.drv/x11drv.h | 6 +- 5 files changed, 93 insertions(+), 74 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c8ea1e50dc8142bbfb8865...