Changeset 741 for trunk/src/user32/new/oslibgdi.h
- Timestamp:
- Aug 30, 1999, 2:00:12 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/new/oslibgdi.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibgdi.h
r385 r741 1 /* $Id: oslibgdi.h,v 1. 4 1999-07-24 14:01:44sandervl Exp $ */1 /* $Id: oslibgdi.h,v 1.5 1999-08-30 11:59:53 sandervl Exp $ */ 2 2 /* 3 3 * Window GDI wrapper functions for OS/2 … … 16 16 #include "win32type.h" 17 17 #endif 18 #include <win32w nd.h>18 #include <win32wbase.h> 19 19 20 20 typedef struct … … 44 44 //Map win32 y coordinate (in window coordinates) to OS/2 y coord. (in window coordinates) 45 45 //****************************************************************************** 46 inline ULONG MapOS2ToWin32Y(Win32 Window *window, ULONG y)46 inline ULONG MapOS2ToWin32Y(Win32BaseWindow *window, ULONG y) 47 47 { 48 48 return window->getWindowHeight() - y - 1;
Note:
See TracChangeset
for help on using the changeset viewer.
