Module: wine Branch: master Commit: cf1be58706ef617215641e2d43f9bb70d9b68b2d URL: http://source.winehq.org/git/wine.git/?a=commit;h=cf1be58706ef617215641e2d43...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Aug 16 16:46:37 2012 +0200
winex11: Remove the remaining X11 locking calls.
---
dlls/winex11.drv/brush.c | 6 ++-- dlls/winex11.drv/clipboard.c | 51 ++++++--------------------------------- dlls/winex11.drv/desktop.c | 5 ---- dlls/winex11.drv/event.c | 17 +------------ dlls/winex11.drv/mouse.c | 24 ++++--------------- dlls/winex11.drv/systray.c | 2 - dlls/winex11.drv/window.c | 48 ++++++++----------------------------- dlls/winex11.drv/wintab.c | 8 ------ dlls/winex11.drv/x11drv_main.c | 16 ++---------- dlls/winex11.drv/xdnd.c | 6 +--- dlls/winex11.drv/xim.c | 30 ++++------------------- dlls/winex11.drv/xinerama.c | 4 --- dlls/winex11.drv/xrandr.c | 30 +++++------------------ dlls/winex11.drv/xvidmode.c | 2 - 14 files changed, 44 insertions(+), 205 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cf1be58706ef617215641e...