ChangeSet ID: 16954 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/31 09:30:25
Modified files: windows : scroll.c dlls/user/tests: win.c
Log message: Rein Klazes wijn@wanadoo.nl If ScrollWindowEx do not use the DCX_USESTYLE to get a DC. Instead calculate DCX_CLIPSIBLINGS, DCX_PARENTCLIP and DCX_CLIPCHILDREN. The DCX_CLIPCHILDREN is not used when ScrollWindowEx is called with a SW_SCROLLCHILDREN flag. With a couple of regression tests.
Patch: http://cvs.winehq.org/patch.py?id=16954
Old revision New revision Changes Path 1.48 1.49 +8 -1 wine/windows/scroll.c 1.53 1.54 +66 -7 wine/dlls/user/tests/win.c