Changeset 5246 for trunk/src/user32/dc.cpp
- Timestamp:
- Feb 22, 2001, 7:18:59 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r5215 r5246 1 /* $Id: dc.cpp,v 1.9 1 2001-02-20 15:40:22sandervl Exp $ */1 /* $Id: dc.cpp,v 1.92 2001-02-22 18:18:59 sandervl Exp $ */ 2 2 3 3 /* … … 515 515 516 516 //testestest 517 #if 0 517 518 GpiQueryViewingLimits(pHps->hps, &rectWindowOS2); 518 519 dprintf2(("view limits (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop)); … … 531 532 GpiQueryPickApertureSize(pHps->hps, &size); 532 533 dprintf2(("page viewport (%d,%d)", size.cx, size.cy)); 534 535 GpiQueryPS(pHps->hps, &size); 536 dprintf2(("page space (%d,%d)", size.cx, size.cy)); 537 #endif 533 538 //testestest 534 539 … … 1291 1296 pr->yTop = height - pr->yBottom; 1292 1297 pr->yBottom = height - temp; 1298 dprintf2(("Invalid region (%d,%d) (%d,%d)", pr->xLeft, pr->yBottom, pr->xRight, pr->yTop)); 1293 1299 } 1294 1300
Note:
See TracChangeset
for help on using the changeset viewer.