Changeset 4455 for trunk/src


Ignore:
Timestamp:
Oct 8, 2000, 4:09:40 PM (25 years ago)
Author:
sandervl
Message:

level 2 logging in select/removeClientArea

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/dc.cpp

    r4452 r4455  
    1 /* $Id: dc.cpp,v 1.72 2000-10-08 14:03:48 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.73 2000-10-08 14:09:40 sandervl Exp $ */
    22
    33/*
     
    343343                   SETUPDC_ORIGIN | SETUPDC_VISRGN | SETUPDC_RECALCCLIP);
    344344   }
    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));
    346346
    347347}
     
    378378   {
    379379        //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));
    381381        RECT rectWindow;
    382382        RECTL rectWindowOS2;
     
    386386           rectWindowOS2.yBottom + rcl.yBottom != rcltemp.yBottom)
    387387        {
    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));
    389389                rcl.xLeft   += rectWindowOS2.xLeft;
    390390                rcl.xRight  += rectWindowOS2.xLeft;
Note: See TracChangeset for help on using the changeset viewer.