Ignore:
Timestamp:
Jan 2, 2000, 8:30:47 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2290 r2292  
    1 /* $Id: dc.cpp,v 1.6 2000-01-01 14:57:10 cbratschi Exp $ */
     1/* $Id: dc.cpp,v 1.7 2000-01-02 19:30:42 cbratschi Exp $ */
    22
    33/*
     
    12431243    }
    12441244    dprintf(("ScrollWindow %x %d %d %x %x", hwnd, dx, dy, pScroll, pClip));
    1245     mapWin32ToOS2Rect(window,window->getClientRect(), (PRECTLOS2)&clientRect);
     1245    mapWin32ToOS2Rect(window,window->getClientRectPtr(),(PRECTLOS2)&clientRect);
    12461246    //Rectangle could be relative to parent window, so fix this
    12471247    if(clientRect.yBottom != 0) {
Note: See TracChangeset for help on using the changeset viewer.