Module: wine Branch: master Commit: 6bfcb347bfff24d7268e23b3686028373631c642 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6bfcb347bfff24d7268e23b368...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Aug 14 13:38:03 2012 +0200
winex11: Remove X11 locking around simple X calls.
---
dlls/winex11.drv/bitblt.c | 46 ++----------------- dlls/winex11.drv/brush.c | 13 +----- dlls/winex11.drv/clipboard.c | 45 +----------------- dlls/winex11.drv/desktop.c | 2 - dlls/winex11.drv/event.c | 39 +--------------- dlls/winex11.drv/graphics.c | 62 +------------------------ dlls/winex11.drv/init.c | 14 ------ dlls/winex11.drv/keyboard.c | 10 ---- dlls/winex11.drv/mouse.c | 25 +--------- dlls/winex11.drv/opengl.c | 39 +--------------- dlls/winex11.drv/palette.c | 16 ------- dlls/winex11.drv/systray.c | 9 +--- dlls/winex11.drv/window.c | 97 +-------------------------------------- dlls/winex11.drv/x11drv_main.c | 4 -- dlls/winex11.drv/xdnd.c | 14 ------ dlls/winex11.drv/xrender.c | 78 +------------------------------- dlls/winex11.drv/xvidmode.c | 50 ++++++--------------- 17 files changed, 40 insertions(+), 523 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6bfcb347bfff24d7268e23...