Francois Gouget
|
56dac9118e
|
Define DCX_USESTYLE if it is not defined already. Fixes the
compilation with the PSDK.
|
2005-08-10 15:00:44 +00:00 |
Alexandre Julliard
|
5020529591
|
Restore the clip region after GetDCEx in send_erase as if it had been
a BeginPaint.
|
2005-07-06 15:51:29 +00:00 |
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 |