Changeset 3341 for trunk/src/user32/dc.cpp
- Timestamp:
- Apr 7, 2000, 2:55:16 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r3297 r3341 1 /* $Id: dc.cpp,v 1.5 3 2000-04-02 09:27:22sandervl Exp $ */1 /* $Id: dc.cpp,v 1.54 2000-04-07 12:55:15 sandervl Exp $ */ 2 2 3 3 /* … … 936 936 else //DCX_INTERSECTRGN_W 937 937 { 938 //SvL: I'm getting paint problems when clipping a dc created in GetDCEx 939 // with a region that covers the entire window (RealPlayer 7 Update 1) 940 // Using SelectClipRgn here doesn't make any difference. 938 941 if(ExtSelectClipRgn(pHps->hps, hrgn, RGN_AND_W) == ERROR_W) { 939 942 dprintf(("ExtSelectClipRgn failed!!"));
Note:
See TracChangeset
for help on using the changeset viewer.