Changed RedrawWindow()'s to InvalidateRect()'s. RedrawWindow() was
commita45919338db4d3d3318d119d4ffa3dcd53db85d2
authorChris Morgan <cmorgan@codeweavers.com>
Fri, 22 Sep 2000 20:49:12 +0000 (22 20:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 22 Sep 2000 20:49:12 +0000 (22 20:49 +0000)
treed657f8f026a9dc5983903dae95216a42aac00d38
parent36c8db8c7d0840660025f16881997a9f4cdb16e9
Changed RedrawWindow()'s to InvalidateRect()'s.  RedrawWindow() was
being called with RDW_UPDATENOW, forcing immediate painting.  Added
redrawing logic to STATUSBAR_SetTextW().
dlls/comctl32/datetime.c
dlls/comctl32/monthcal.c
dlls/comctl32/status.c