Ignore:
Timestamp:
Feb 22, 2001, 7:18:59 PM (25 years ago)
Author:
sandervl
Message:

minimize updates + update region fix in NotifyFrameChanged

File:
1 edited

Legend:

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

    r5215 r5246  
    1 /* $Id: dc.cpp,v 1.91 2001-02-20 15:40:22 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.92 2001-02-22 18:18:59 sandervl Exp $ */
    22
    33/*
     
    515515
    516516//testestest
     517#if 0
    517518   GpiQueryViewingLimits(pHps->hps, &rectWindowOS2);
    518519   dprintf2(("view limits (%d,%d)(%d,%d)", rectWindowOS2.xLeft, rectWindowOS2.yBottom, rectWindowOS2.xRight, rectWindowOS2.yTop));
     
    531532   GpiQueryPickApertureSize(pHps->hps, &size);
    532533   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
    533538//testestest
    534539
     
    12911296         pr->yTop = height - pr->yBottom;
    12921297         pr->yBottom = height - temp;
     1298         dprintf2(("Invalid region (%d,%d) (%d,%d)", pr->xLeft, pr->yBottom, pr->xRight, pr->yTop));
    12931299      }
    12941300
Note: See TracChangeset for help on using the changeset viewer.