Changeset 4455 for trunk/src/user32/dc.cpp
- Timestamp:
- Oct 8, 2000, 4:09:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r4452 r4455 1 /* $Id: dc.cpp,v 1.7 2 2000-10-08 14:03:48sandervl Exp $ */1 /* $Id: dc.cpp,v 1.73 2000-10-08 14:09:40 sandervl Exp $ */ 2 2 3 3 /* … … 343 343 SETUPDC_ORIGIN | SETUPDC_VISRGN | SETUPDC_RECALCCLIP); 344 344 } 345 else dprintf (("removeClientArea: %x (%d,%d)", window->getWindowHandle(), point.x, point.y));345 else dprintf2(("removeClientArea: %x (%d,%d)", window->getWindowHandle(), point.x, point.y)); 346 346 347 347 } … … 378 378 { 379 379 //TODO: counter 380 dprintf (("WARNING: selectClientArea %x; already selected! origin (%d,%d) original origin (%d,%d)", window->getWindowHandle(), rcltemp.xLeft, rcltemp.yBottom, pHps->ptlOrigin.x, pHps->ptlOrigin.y));380 dprintf2(("WARNING: selectClientArea %x; already selected! origin (%d,%d) original origin (%d,%d)", window->getWindowHandle(), rcltemp.xLeft, rcltemp.yBottom, pHps->ptlOrigin.x, pHps->ptlOrigin.y)); 381 381 RECT rectWindow; 382 382 RECTL rectWindowOS2; … … 386 386 rectWindowOS2.yBottom + rcl.yBottom != rcltemp.yBottom) 387 387 { 388 dprintf (("WARNING: origin changed (%d,%d) instead of (%d,%d)!", rcltemp.xLeft, rcltemp.yBottom, rectWindowOS2.xLeft + rcl.xLeft, rectWindowOS2.yBottom + rcl.yBottom));388 dprintf2(("WARNING: origin changed (%d,%d) instead of (%d,%d)!", rcltemp.xLeft, rcltemp.yBottom, rectWindowOS2.xLeft + rcl.xLeft, rectWindowOS2.yBottom + rcl.yBottom)); 389 389 rcl.xLeft += rectWindowOS2.xLeft; 390 390 rcl.xRight += rectWindowOS2.xLeft;
Note:
See TracChangeset
for help on using the changeset viewer.