Changeset 342 for trunk/src/user32/new/oslibgdi.h
- Timestamp:
- Jul 20, 1999, 9:42:36 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/new/oslibgdi.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibgdi.h
r340 r342 1 /* $Id: oslibgdi.h,v 1. 2 1999-07-19 18:40:43sandervl Exp $ */1 /* $Id: oslibgdi.h,v 1.3 1999-07-20 07:42:35 sandervl Exp $ */ 2 2 /* 3 3 * Window GDI wrapper functions for OS/2 … … 43 43 inline ULONG MapOS2ToWin32Y(Win32Window *window, ULONG y) 44 44 { 45 return window->getWindowHeight() - y ;45 return window->getWindowHeight() - y - 1; 46 46 } 47 47
Note:
See TracChangeset
for help on using the changeset viewer.
