30 Oct
2004
30 Oct
'04
2:13 a.m.
ChangeSet ID: 14371 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/10/29 21:13:48 Modified files: windows : message.c include : win.h dlls/user : painting.c msg16.c Log message: Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop forever too if WM_PAINT is not handled properly. Patch: http://cvs.winehq.org/patch.py?id=14371 Old revision New revision Changes Path 1.161 1.162 +4 -42 wine/windows/message.c 1.84 1.85 +0 -1 wine/include/win.h 1.12 1.13 +1 -1 wine/dlls/user/painting.c 1.24 1.25 +1 -22 wine/dlls/user/msg16.c