Do not do SetWindowPos(SWP_FRAMECHANGED) in the
authorDmitry Timoshkov <dmitry@codeweavers.com>
Wed, 30 Jun 2004 18:15:51 +0000 (18:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Jun 2004 18:15:51 +0000 (18:15 +0000)
commit2c71c539a5619ac0f69e746eaa0be6b95596f46d
tree89c820a1eedb3012a660c154b08e373dfc95e7f5
parent5972c7389f96d93876902431f8db756948c33926
Do not do SetWindowPos(SWP_FRAMECHANGED) in the
DefFrameProc(WM_SETTEXT) handler, DefWindowProc already takes care of
it.
windows/mdi.c