Module: wine Branch: master Commit: 0f9484a1240fdc4d95e53b3a3b7c13a02b608a78 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f9484a1240fdc4d95e53b3a3b...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 3 20:33:12 2008 +0200
server: Set the visible rect in the set_window_pos request again.
This essentially reverts 2f69329a370954188af401f8270c89e626c5b3fd. We really need the visible rect to be set atomically with the rest of the window position info.
---
dlls/user32/winpos.c | 31 +++----------- include/wine/server_protocol.h | 20 +--------- server/protocol.def | 9 ---- server/request.h | 2 - server/trace.c | 15 +------ server/window.c | 86 ++++++++-------------------------------- 6 files changed, 26 insertions(+), 137 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0f9484a1240fdc4d95e53b...