Changeset 5685 for trunk/src/user32/oslibgdi.h
- Timestamp:
- May 11, 2001, 10:39:46 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibgdi.h
r4628 r5685 1 /* $Id: oslibgdi.h,v 1. 8 2000-11-19 11:52:39sandervl Exp $ */1 /* $Id: oslibgdi.h,v 1.9 2001-05-11 08:39:43 sandervl Exp $ */ 2 2 /* 3 3 * Window GDI wrapper functions for OS/2 … … 80 80 BOOL mapWin32ToOS2Rect(int height, PRECT rectWin32,PRECTLOS2 rectOS2); 81 81 82 #ifndef CLIENTFRAME 82 83 BOOL mapWin32ToOS2RectClientToFrame(Win32BaseWindow *window, PRECT rectWin32,PRECTLOS2 rectOS2); 83 84 BOOL mapOS2ToWin32RectFrameToClient(Win32BaseWindow *window, PRECTLOS2 rectOS2, PRECT rectWin32); 85 #endif 84 86 85 87 #define mapWin32ToOS2RectFrame(window, rectWin32, rectOS2) \
Note:
See TracChangeset
for help on using the changeset viewer.