Alexandre Julliard : user32: Moved the DCE support from winex11 back to user32.

Alexandre Julliard julliard at winehq.org
Mon Feb 25 14:21:26 CST 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Feb 25 15:59:19 2008 +0100

user32: Moved the DCE support from winex11 back to user32.

Window and class DCEs are now allocated lazily.

---

 dlls/user32/class.c               |   22 ++
 dlls/user32/controls.h            |    2 +
 dlls/user32/driver.c              |   35 +--
 dlls/user32/painting.c            |  590 ++++++++++++++++++++++++++++++++-
 dlls/user32/tests/dce.c           |    1 -
 dlls/user32/user32.spec           |    1 +
 dlls/user32/user_private.h        |    9 +-
 dlls/user32/win.c                 |    8 +-
 dlls/user32/winpos.c              |   12 +-
 dlls/winex11.drv/Makefile.in      |    1 -
 dlls/winex11.drv/dce.c            |  655 -------------------------------------
 dlls/winex11.drv/opengl.c         |    2 -
 dlls/winex11.drv/window.c         |   95 ++++---
 dlls/winex11.drv/winex11.drv.spec |    5 +-
 dlls/winex11.drv/winpos.c         |   21 +-
 dlls/winex11.drv/x11drv.h         |   14 -
 include/win.h                     |    1 +
 17 files changed, 705 insertions(+), 769 deletions(-)

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



More information about the wine-cvs mailing list