Module: wine Branch: master Commit: d6f6745c9c08b85b658c9b0f2ef929910dd1d90c URL: http://source.winehq.org/git/wine.git/?a=commit;h=d6f6745c9c08b85b658c9b0f2e...
Author: Alexandre Julliard julliard@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=d6f6745c9c08b85b658c9b...