Alexandre Julliard
|
eea706948a
|
The update region passed in WM_NCPAINT and the clipping region passed
to GetDCEx have to be in screen coordinates.
|
2005-03-30 17:11:46 +00:00 |
Alexandre Julliard
|
d99df2b757
|
Only reset the clip region in GetDC() if a new region is specified.
Don't release the clip region for window DCs in ReleaseDC(), except
when called from EndPaint().
Added a bunch of tests.
|
2005-03-30 10:28:58 +00:00 |
Alexandre Julliard
|
026a4b0d0d
|
Only restore the DC attributes on the next GetDC, and add support for
the DCX_NORESETATTRS flag.
Get rid of the DCE flags, simplify the code a bit.
Add some test cases.
|
2005-03-29 18:59:02 +00:00 |