Module: wine Branch: master Commit: 936ab3a64441656daa1320825d0eb4e89c4f59e6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=936ab3a64441656daa1320825d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Feb 28 16:09:39 2008 +0100 user32: Moved the ShowWindow implementation from winex11 back to user32. --- dlls/user32/driver.c | 13 -- dlls/user32/user32.spec | 1 - dlls/user32/user_private.h | 1 - dlls/user32/win.c | 20 ++- dlls/user32/winpos.c | 321 ++++++++++++++++++++++++++++++++++++- dlls/winex11.drv/window.c | 21 --- dlls/winex11.drv/winex11.drv.spec | 1 - dlls/winex11.drv/winpos.c | 314 ------------------------------------ include/win.h | 4 +- 9 files changed, 339 insertions(+), 357 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=936ab3a64441656daa1320...