Changeset 1057 for trunk/src/user32/oslibgdi.cpp
- Timestamp:
- Sep 26, 1999, 12:10:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibgdi.cpp
r949 r1057 1 /* $Id: oslibgdi.cpp,v 1. 1 1999-09-15 23:18:53sandervl Exp $ */1 /* $Id: oslibgdi.cpp,v 1.2 1999-09-26 10:09:59 sandervl Exp $ */ 2 2 /* 3 3 * Window GDI wrapper functions for OS/2 … … 127 127 BOOL MapWin32ToOS2Rectl(PRECT rectWin32, PRECTLOS2 rectOS2) 128 128 { 129 ULONG length = rectWin32-> top - rectWin32->bottom;129 ULONG length = rectWin32->bottom - rectWin32->top; 130 130 131 131 rectOS2->yBottom = length - rectWin32->bottom;
Note:
See TracChangeset
for help on using the changeset viewer.