Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop
commitbcb1f8fe05aef4a6b5a2babb56dd8063c5547a39
authorAlexandre Julliard <julliard@winehq.org>
Sat, 30 Oct 2004 02:13:48 +0000 (30 02:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 30 Oct 2004 02:13:48 +0000 (30 02:13 +0000)
treeb71461b717d06840d0ea1f7aed1ed42bfcd01690
parent96ca3ac687c8b0df6541b562c39f367ccd641f97
Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop
forever too if WM_PAINT is not handled properly.
dlls/user/msg16.c
dlls/user/painting.c
include/win.h
windows/message.c