Changeset 5173 for trunk/src/user32/dc.cpp
- Timestamp:
- Feb 18, 2001, 6:59:05 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r5171 r5173 1 /* $Id: dc.cpp,v 1.8 7 2001-02-18 17:03:47sandervl Exp $ */1 /* $Id: dc.cpp,v 1.88 2001-02-18 17:59:04 sandervl Exp $ */ 2 2 3 3 /* … … 471 471 //testestest 472 472 GpiQueryViewingLimits(pHps->hps, &rectWindowOS2); 473 dprintf (("view limits (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop));473 dprintf2(("view limits (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop)); 474 474 GpiQueryDefViewingLimits(pHps->hps, &rectWindowOS2); 475 dprintf (("def view limits (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop));475 dprintf2(("def view limits (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop)); 476 476 GpiQueryPageViewport(pHps->hps, &rectWindowOS2); 477 dprintf (("page viewport (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop));477 dprintf2(("page viewport (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop)); 478 478 479 479 GpiQueryGraphicsField(pHps->hps, &rectWindowOS2); 480 dprintf (("graphics field (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop));480 dprintf2(("graphics field (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop)); 481 481 482 482 SIZEL size; 483 483 GpiQueryPickApertureSize(pHps->hps, &size); 484 dprintf (("page viewport (%d,%d)", size.cx, size.cy));484 dprintf2(("page viewport (%d,%d)", size.cx, size.cy)); 485 485 //testestest 486 486
Note:
See TracChangeset
for help on using the changeset viewer.