Module: wine Branch: master Commit: 7cca856315bc79ea2ad3d175c83765f1b31d94a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7cca856315bc79ea2ad3d175c8...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 25 17:41:48 2006 +0200
comctl32: Properly handle negative coordinates for mouse events.
---
dlls/comctl32/header.c | 12 ++++++------ dlls/comctl32/monthcal.c | 16 ++++++++-------- dlls/comctl32/rebar.c | 4 ++-- dlls/comctl32/status.c | 8 ++++---- dlls/comctl32/syslink.c | 12 ++++++------ dlls/comctl32/tab.c | 16 ++++++++-------- dlls/comctl32/theme_combo.c | 6 ++++-- dlls/comctl32/toolbar.c | 34 +++++++++++++++++----------------- dlls/comctl32/tooltips.c | 4 ++-- dlls/comctl32/treeview.c | 4 ++-- 10 files changed, 59 insertions(+), 57 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7cca856315bc79ea2ad3d1...