Ignore:
Timestamp:
Jul 25, 1999, 10:00:52 PM (26 years ago)
Author:
cbratschi
Message:

bug fixes

File:
1 edited

Legend:

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

    r395 r396  
    1 /* $Id: user32.cpp,v 1.12 1999-07-25 17:47:25 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.13 1999-07-25 20:00:52 cbratschi Exp $ */
    22
    33/*
     
    8282{
    8383  dest->x = source->x;
    84   dest->y = OSLibWinQuerySysValue(OSLIB_HWND_DESKTOP,SVOS_CYSCREEN)-source->y;
     84  dest->y = OSLibWinQuerySysValue(OSLIB_HWND_DESKTOP,SVOS_CYSCREEN)-1-source->y;
    8585}
    8686
     
    259259//    ddprintf(("USER32:  CopyRect\n"));
    260260    if (!lprcDst || !lprcSrc) {
    261         SetLastError(ERROR_INVALID_PARAMETER);
    262         return FALSE;
     261        SetLastError(ERROR_INVALID_PARAMETER);
     262        return FALSE;
    263263    }
    264264
Note: See TracChangeset for help on using the changeset viewer.