Changeset 4628 for trunk/src/user32/oslibgdi.h
- Timestamp:
- Nov 19, 2000, 12:52:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibgdi.h
r3679 r4628 1 /* $Id: oslibgdi.h,v 1. 7 2000-06-08 18:10:10sandervl Exp $ */1 /* $Id: oslibgdi.h,v 1.8 2000-11-19 11:52:39 sandervl Exp $ */ 2 2 /* 3 3 * Window GDI wrapper functions for OS/2 … … 112 112 INT mapOS2ToWin32ChildOrigin(INT parentH,INT parentPosY,INT childH); 113 113 114 #define RECT_WIDTH(a) ((a).right - (a).left) 115 #define RECT_HEIGHT(a) ((a).bottom - (a).top) 116 114 117 #endif //__OSLIBGDI_H__
Note:
See TracChangeset
for help on using the changeset viewer.