Ignore:
Timestamp:
Oct 5, 2000, 8:37:26 PM (25 years ago)
Author:
sandervl
Message:

GetWindow + z-order bugfixes

File:
1 edited

Legend:

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

    r4147 r4434  
    1 /* $Id: dc.cpp,v 1.70 2000-09-02 08:30:09 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.71 2000-10-05 18:37:25 sandervl Exp $ */
    22
    33/*
     
    630630
    631631        //Query update region
    632 #if 1
    633         HRGN hrgnClip = GpiCreateRegion(pHps->hps, 1, &rectl);
    634 #else
    635632        HRGN hrgnClip = GpiCreateRegion(pHps->hps, 1, &rectlClip);
    636633        WinQueryUpdateRegion(hwndClient, hrgnClip);
    637         dprintfRegion(pHps->hps, hWnd, hrgnClip);
    638         WinQueryVisibleRegion(hwndClient, hrgnClip);
    639         dprintfRegion(pHps->hps, hWnd, hrgnClip);
    640         WinQueryUpdateRegion(hwndClient, hrgnClip);
    641 #endif
    642634        WinValidateRegion(hwndClient, hrgnClip, FALSE);
    643635
Note: See TracChangeset for help on using the changeset viewer.