Changeset 396 for trunk/src/user32/new/user32.cpp
- Timestamp:
- Jul 25, 1999, 10:00:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/user32.cpp
r395 r396 1 /* $Id: user32.cpp,v 1.1 2 1999-07-25 17:47:25 sandervlExp $ */1 /* $Id: user32.cpp,v 1.13 1999-07-25 20:00:52 cbratschi Exp $ */ 2 2 3 3 /* … … 82 82 { 83 83 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; 85 85 } 86 86 … … 259 259 // ddprintf(("USER32: CopyRect\n")); 260 260 if (!lprcDst || !lprcSrc) { 261 262 261 SetLastError(ERROR_INVALID_PARAMETER); 262 return FALSE; 263 263 } 264 264
Note:
See TracChangeset
for help on using the changeset viewer.