If ScrollWindowEx do not use the DCX_USESTYLE to get a DC. Instead
commit7c342b4ce3a5fd6f404a8c38d6d3f47c0cf1a351
authorRein Klazes <wijn@wanadoo.nl>
Thu, 31 Mar 2005 15:30:25 +0000 (31 15:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 31 Mar 2005 15:30:25 +0000 (31 15:30 +0000)
tree417c8f82e83a303cb6729fa7c1dc8fe1be63a2f2
parentb59484de494d4db3f7f2d2b8e841b9a1cb8f20eb
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.
dlls/user/tests/win.c
windows/scroll.c