Alexandre Julliard : user32: Split the SetWindowPos driver backend in WindowPosChanging/Changed.
Module: wine Branch: master Commit: 89a3bd0c1514eb59c537d0f0fa318395c33156cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=89a3bd0c1514eb59c537d0f0fa... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jul 2 15:40:10 2008 +0200 user32: Split the SetWindowPos driver backend in WindowPosChanging/Changed. This is needed to allow updating the visible rect before invalidating the DCEs. --- dlls/user32/driver.c | 55 ++++++++++++++++++++----------- dlls/user32/user_private.h | 3 +- dlls/user32/winpos.c | 36 ++++++++++++++++---- dlls/winex11.drv/window.c | 65 ++++++++++++++++++------------------- dlls/winex11.drv/winex11.drv.spec | 3 +- 5 files changed, 100 insertions(+), 62 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=89a3bd0c1514eb59c537d0...
participants (1)
-
Alexandre Julliard