Alexandre Julliard : winex11: Moved support for window moving/ resizing back to user32.

Alexandre Julliard julliard at winehq.org
Wed Mar 12 17:23:56 CDT 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar 12 15:01:24 2008 +0100

winex11: Moved support for window moving/resizing back to user32.

---

 dlls/user32/driver.c              |    7 +-
 dlls/user32/nonclient.c           |    2 +-
 dlls/user32/user32.spec           |    2 -
 dlls/user32/user_private.h        |    2 +-
 dlls/user32/win.h                 |    2 +-
 dlls/user32/winpos.c              |  483 +++++++++++++++++++++++++++++++++----
 dlls/winex11.drv/window.c         |   33 +++
 dlls/winex11.drv/winex11.drv.spec |    1 +
 dlls/winex11.drv/winpos.c         |  467 +----------------------------------
 dlls/winex11.drv/x11drv.h         |    3 -
 10 files changed, 495 insertions(+), 507 deletions(-)

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



More information about the wine-cvs mailing list