Ignore:
Timestamp:
Jul 18, 1999, 4:56:37 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r327 r329  
    1 /* $Id: user32.cpp,v 1.6 1999-07-18 13:57:47 cbratschi Exp $ */
     1/* $Id: user32.cpp,v 1.7 1999-07-18 14:56:36 sandervl Exp $ */
    22
    33/*
     
    383383BOOL WIN32API GetUpdateRect( HWND hWnd, PRECT lpRect, BOOL  bErase)
    384384{
    385     OSRECTL rect;
    386385    ULONG windowH;
    387386    BOOL rc;
     
    391390#endif
    392391    if (!lpRect) return FALSE;
     392
    393393    hWnd = Win32ToOS2Handle(hWnd);
    394     rc = OSLibWinQueryUpdateRect(hWnd,&rect);
    395     windowH = OSLibGetWindowHeight(hWnd);
    396     OS2ToWin32Rect(lpRect,&rect,windowH);
    397     return rc;
     394    return OSLibWinQueryUpdateRect(hWnd, (PVOID)&lpRect);
    398395}
    399396//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.