Signed-off-by: Jacek Caban jacek@codeweavers.com --- v2: Fixed freeing wine_get_dos_file_name and wine_get_unix_file_name results.
dlls/winex11.drv/bitblt.c | 22 ++++--- dlls/winex11.drv/brush.c | 3 +- dlls/winex11.drv/clipboard.c | 106 ++++++++++++++++----------------- dlls/winex11.drv/desktop.c | 17 +++--- dlls/winex11.drv/graphics.c | 59 +++++++++--------- dlls/winex11.drv/init.c | 4 +- dlls/winex11.drv/keyboard.c | 10 ++-- dlls/winex11.drv/mouse.c | 26 ++++---- dlls/winex11.drv/opengl.c | 36 +++++------ dlls/winex11.drv/palette.c | 29 +++++---- dlls/winex11.drv/pen.c | 4 +- dlls/winex11.drv/settings.c | 25 ++++---- dlls/winex11.drv/vulkan.c | 13 ++-- dlls/winex11.drv/window.c | 47 +++++++-------- dlls/winex11.drv/x11drv_main.c | 13 ++-- dlls/winex11.drv/xinerama.c | 17 +++--- dlls/winex11.drv/xrandr.c | 45 +++++++------- dlls/winex11.drv/xrender.c | 79 ++++++++++-------------- dlls/winex11.drv/xvidmode.c | 13 ++-- 19 files changed, 266 insertions(+), 302 deletions(-)