- Timestamp:
- Mar 12, 2001, 3:16:08 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r5246 r5302 1 /* $Id: dc.cpp,v 1.9 2 2001-02-22 18:18:59sandervl Exp $ */1 /* $Id: dc.cpp,v 1.93 2001-03-12 14:16:08 sandervl Exp $ */ 2 2 3 3 /* … … 393 393 pHps->isClient = FALSE; 394 394 395 dprintfOrigin(pHps->hps);395 //// dprintfOrigin(pHps->hps); 396 396 397 397 if(pHps->isClientArea) … … 406 406 SETUPDC_ORIGIN | SETUPDC_VISRGN | SETUPDC_RECALCCLIP); 407 407 } 408 else dprintf2(("removeClientArea: %x (%d,%d) (%d,%d)", window->getWindowHandle(), point.x, point.y, pHps->ptlOrigin.x, pHps->ptlOrigin.y));408 //// else dprintf2(("removeClientArea: %x (%d,%d) (%d,%d)", window->getWindowHandle(), point.x, point.y, pHps->ptlOrigin.x, pHps->ptlOrigin.y)); 409 409 410 410 } … … 752 752 RECTL rectlClient; 753 753 RECTL rectlClip; 754 755 if(lpps == NULL) { 756 //BeginPaint does NOT change last error in this case 757 //(verified in NT4, SP6) 758 return 0; 759 } 754 760 755 761 memset(lpps, 0, sizeof(*lpps)); … … 1900 1906 if(!pHps) 1901 1907 { 1902 return;1908 return; 1903 1909 } 1904 1910
Note:
See TracChangeset
for help on using the changeset viewer.