Module: wine Branch: master Commit: 141defbd54239e8bf86ee299ac5294c5d2598c48 URL: http://source.winehq.org/git/wine.git/?a=commit;h=141defbd54239e8bf86ee299ac...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 7 14:41:07 2010 +0200
user32: Use WIN_GetRectangles where possible instead of accessing the window structure.
---
dlls/user32/defwnd.c | 5 +-- dlls/user32/nonclient.c | 51 ++++++++------------------------ dlls/user32/painting.c | 13 ++------ dlls/user32/scroll.c | 32 ++++++++++---------- dlls/user32/win.c | 19 ++++------- dlls/user32/winpos.c | 74 +++++++++++++++++++++++----------------------- 6 files changed, 78 insertions(+), 116 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=141defbd54239e8bf86ee2...