Signed-off-by: Jacek Caban jacek@codeweavers.com --- dlls/user32/driver.c | 20 +-- dlls/user32/painting.c | 150 --------------------- dlls/user32/user_main.c | 1 - dlls/user32/user_private.h | 6 - dlls/user32/win.c | 142 -------------------- dlls/user32/win.h | 5 - dlls/user32/winpos.c | 227 -------------------------------- dlls/win32u/dce.c | 211 ++++++++++++++++++++++++++++++ dlls/win32u/driver.c | 2 + dlls/win32u/ntuser_private.h | 3 - dlls/win32u/sysparams.c | 6 - dlls/win32u/win32u_private.h | 8 ++ dlls/win32u/window.c | 246 +++++++++++++++++++++++++++++++++-- include/ntuser.h | 4 - 14 files changed, 455 insertions(+), 576 deletions(-)