server: Set the visible rect in the set_window_pos request again.
commit0f9484a1240fdc4d95e53b3a3b7c13a02b608a78
authorAlexandre Julliard <julliard@winehq.org>
Thu, 3 Jul 2008 18:33:12 +0000 (3 20:33 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 Jul 2008 18:33:12 +0000 (3 20:33 +0200)
treedd14f8355906dc022647710fe3d0c4027a94e510
parent531ff0be2601f1e25f01822f0bb0fcd2a655664e
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
include/wine/server_protocol.h
server/protocol.def
server/request.h
server/trace.c
server/window.c