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

DestroyWindow during CreateWindow fix

File:
1 edited

Legend:

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

    r5171 r5173  
    1 /* $Id: dc.cpp,v 1.87 2001-02-18 17:03:47 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.88 2001-02-18 17:59:04 sandervl Exp $ */
    22
    33/*
     
    471471//testestest
    472472   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));
    474474   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));
    476476   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));
    478478
    479479   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));
    481481
    482482   SIZEL size;
    483483   GpiQueryPickApertureSize(pHps->hps, &size);
    484    dprintf(("page viewport (%d,%d)", size.cx, size.cy));
     484   dprintf2(("page viewport (%d,%d)", size.cx, size.cy));
    485485//testestest
    486486
Note: See TracChangeset for help on using the changeset viewer.