Ignore:
Timestamp:
May 11, 2001, 3:31:54 PM (24 years ago)
Author:
sandervl
Message:

ScrollDC & ScrollWindow fixes

File:
1 edited

Legend:

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

    r5685 r5687  
    1 /* $Id: dcrgn.cpp,v 1.4 2001-05-11 08:39:42 sandervl Exp $ */
     1/* $Id: dcrgn.cpp,v 1.5 2001-05-11 13:31:54 sandervl Exp $ */
    22
    33/*
     
    6767    BOOL updateRegionExists = WinQueryUpdateRect(wnd->getOS2WindowHandle(), pRect ? &rectl : NULL);
    6868    if (!pRect) {
     69        dprintf(("GetUpdateRect returned %d", updateRegionExists));
    6970        return (updateRegionExists);
    7071    }
     
    9596   }
    9697
     98   dprintf(("GetUpdateRect returned (%d,%d)(%d,%d)", pRect->left, pRect->top, pRect->right, pRect->bottom));
    9799   return updateRegionExists;
    98100}
Note: See TracChangeset for help on using the changeset viewer.