Ignore:
Timestamp:
May 4, 2001, 7:02:52 PM (24 years ago)
Author:
sandervl
Message:

FrameTrackFrame & nccalcsize bugfixes

File:
1 edited

Legend:

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

    r5606 r5655  
    1 /* $Id: dc.cpp,v 1.97 2001-04-27 17:36:36 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.98 2001-05-04 17:02:50 sandervl Exp $ */
    22
    33/*
     
    491491
    492492        hrgnParentClip = GreCreateRectRegion(pHps->hps, &rectWindowOS2, 1);
     493#ifdef DEBUG
     494        dprintf(("Combining client & parent client regions"));
     495        dprintfRegion1(pHps->hps, window->getWindowHandle(), hrgnParentClip);
     496        dprintfRegion1(pHps->hps, window->getWindowHandle(), hrgnRect);
     497#endif
     498
    493499        GreCombineRegion(pHps->hps, hrgnRect, hrgnParentClip, hrgnRect, CRGN_AND);
    494500        GreDestroyRegion(pHps->hps, hrgnParentClip);
Note: See TracChangeset for help on using the changeset viewer.