Alexandre Julliard : user32: Moved the bulk of CreateWindow and SetWindowPos from the driver back into user32 .

Alexandre Julliard julliard at winehq.org
Thu Jan 24 07:21:03 CST 2008


Module: wine
Branch: master
Commit: d6f6745c9c08b85b658c9b0f2ef929910dd1d90c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d6f6745c9c08b85b658c9b0f2ef929910dd1d90c

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jan 24 11:23:09 2008 +0100

user32: Moved the bulk of CreateWindow and SetWindowPos from the driver back into user32.

---

 dlls/user32/driver.c              |   20 ++++---
 dlls/user32/user_private.h        |    4 +-
 dlls/user32/win.c                 |   93 ++++++++++++++++++++++++++++++++--
 dlls/user32/winpos.c              |   57 ++++++++++++++++++++-
 dlls/winex11.drv/window.c         |  101 +------------------------------------
 dlls/winex11.drv/winex11.drv.spec |    4 +-
 dlls/winex11.drv/winpos.c         |   77 ++++------------------------
 dlls/winex11.drv/x11drv.h         |    2 -
 include/win.h                     |    3 +
 9 files changed, 174 insertions(+), 187 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=d6f6745c9c08b85b658c9b0f2ef929910dd1d90c



More information about the wine-cvs mailing list