Module: wine Branch: master Commit: 0b71e0bf120f85001d35fc884ddbb592372807da URL: http://source.winehq.org/git/wine.git/?a=commit;h=0b71e0bf120f85001d35fc884d...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Oct 14 14:20:08 2013 +0200
winex11: Add helper functions for converting between root and virtual screen coords.
---
dlls/winex11.drv/desktop.c | 6 +- dlls/winex11.drv/event.c | 86 ++++++++++++++++++++---------------------- dlls/winex11.drv/mouse.c | 49 +++++++++++++----------- dlls/winex11.drv/window.c | 32 +++++++++------- dlls/winex11.drv/x11drv.h | 2 + dlls/winex11.drv/xdnd.c | 5 +-- dlls/winex11.drv/xinerama.c | 16 ++++++++ 7 files changed, 107 insertions(+), 89 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0b71e0bf120f85001d35fc...