Changeset 5655 for trunk/src/user32/dc.cpp
- Timestamp:
- May 4, 2001, 7:02:52 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r5606 r5655 1 /* $Id: dc.cpp,v 1.9 7 2001-04-27 17:36:36sandervl Exp $ */1 /* $Id: dc.cpp,v 1.98 2001-05-04 17:02:50 sandervl Exp $ */ 2 2 3 3 /* … … 491 491 492 492 hrgnParentClip = GreCreateRectRegion(pHps->hps, &rectWindowOS2, 1); 493 #ifdef DEBUG 494 dprintf(("Combining client & parent client regions")); 495 dprintfRegion1(pHps->hps, window->getWindowHandle(), hrgnParentClip); 496 dprintfRegion1(pHps->hps, window->getWindowHandle(), hrgnRect); 497 #endif 498 493 499 GreCombineRegion(pHps->hps, hrgnRect, hrgnParentClip, hrgnRect, CRGN_AND); 494 500 GreDestroyRegion(pHps->hps, hrgnParentClip);
Note:
See TracChangeset
for help on using the changeset viewer.