Ignore:
Timestamp:
Feb 19, 2001, 11:15:52 AM (25 years ago)
Author:
sandervl
Message:

Invalidation after resize fix

File:
1 edited

Legend:

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

    r5173 r5189  
    1 /* $Id: dc.cpp,v 1.88 2001-02-18 17:59:04 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.89 2001-02-19 10:15:49 sandervl Exp $ */
    22
    33/*
     
    428428   hrgnRect = GreCreateRectRegion(pHps->hps, &rcl, 1);
    429429#if 0
    430    if(window->getParent()) 
     430   if(window->getParent())
    431431   {
    432432     HRGN hrgnParentClip;
     
    17401740                {
    17411741                     dprintf(("ScrollWindowEx: Scroll child window %x", hwndChild));
    1742                      SetWindowPos(hwndChild, 0, rectChild.left + dx,
    1743                                   rectChild.top + orgdy, 0, 0, SWP_NOZORDER_W |
    1744                                   SWP_NOSIZE_W | SWP_NOACTIVATE_W | SWP_NOREDRAW);
     1742                     SetWindowPos(hwndChild, 0, rectChild.left + dx,
     1743                                  rectChild.top + orgdy, 0, 0, SWP_NOZORDER_W |
     1744                                  SWP_NOSIZE_W | SWP_NOACTIVATE_W | SWP_NOREDRAW);
    17451745                }
    17461746                hwndChild = GetWindow(hwndChild, GW_HWNDNEXT_W);
     
    18431843    if(!pHps)
    18441844    {
    1845         return;
     1845    return;
    18461846    }
    18471847
Note: See TracChangeset for help on using the changeset viewer.