Remove PROGRESS_Refresh, always do InvalidateRect() to repaint.
commit94d5cd4203b7aa1730f6d8714dcd5f6a1c6f070b
authorDmitry Timoshkov <dmitry@codeweavers.com>
Tue, 5 Feb 2002 18:08:38 +0000 (5 18:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 5 Feb 2002 18:08:38 +0000 (5 18:08 +0000)
tree08d8eab0051a3d2ec2c553ee2bf5fe5e2c896099
parent07869ec403f2b0aef4c060b42e8fe0f87fa729f3
Remove PROGRESS_Refresh, always do InvalidateRect() to repaint.
Add WM_ERASEBKGND handler as in Windows.
Be slightly smarter whether invalidate background or not.
Always treat wParam as INT to not lose signed values.
dlls/comctl32/progress.c