Changeset 10442 for trunk/src/gdi32/devcontext.cpp
- Timestamp:
- Feb 10, 2004, 4:35:39 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/devcontext.cpp
r10373 r10442 1 /* $Id: devcontext.cpp,v 1. 1 2004-01-11 11:42:09sandervl Exp $ */1 /* $Id: devcontext.cpp,v 1.2 2004-02-10 15:35:38 sandervl Exp $ */ 2 2 3 3 /* … … 364 364 } 365 365 //overwrite the current clip region with the copy 366 dprintf2(("New win32 clip region %x", hClipRgn)); 366 367 pHps->hrgnWin32Clip = hClipRgn; 367 368 return id; … … 393 394 // Activate previous clip region 394 395 GdiCombineVisRgnClipRgn(pHps, pHps->hrgnWin32Clip, RGN_AND); 396 397 dprintf2(("New win32 clip region %x", pHps->hrgnWin32Clip)); 395 398 } 396 399 return ret;
Note:
See TracChangeset
for help on using the changeset viewer.