Changeset 385 for trunk/src/user32/new/oslibgdi.h
- Timestamp:
- Jul 24, 1999, 4:01:45 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
r342 r385 1 /* $Id: oslibgdi.h,v 1. 3 1999-07-20 07:42:35sandervl Exp $ */1 /* $Id: oslibgdi.h,v 1.4 1999-07-24 14:01:44 sandervl Exp $ */ 2 2 /* 3 3 * Window GDI wrapper functions for OS/2 … … 38 38 BOOL OSLibWinReleasePS(HDC hdc); 39 39 40 BOOL OSLibWinInvalidateRect(HWND hwnd, PRECT pRect, BOOL fIncludeChildren); //must be RECTL pointer! 41 BOOL OSLibWinQueryUpdateRect(HWND hwnd, PRECT pRect); 42 40 43 //****************************************************************************** 41 44 //Map win32 y coordinate (in window coordinates) to OS/2 y coord. (in window coordinates) … … 49 52 BOOL MapOS2ToWin32Point(HWND hwndParent, HWND hwndChild, OSLIBPOINT *point); 50 53 54 //map os/2 rectangle to screen coordinates and convert to win32 rect 55 BOOL MapOS2ToWin32Rectl(HWND hwndParent, HWND hwndChild, PRECTLOS2 rectOS2, PRECT rectWin32); 56 51 57 BOOL MapOS2ToWin32Rectl(PRECTLOS2 rectOS2, PRECT rectWin32); 52 58 BOOL MapWin32ToOS2Rectl(PRECT rectWin32, PRECTLOS2 rectOS2);
Note:
See TracChangeset
for help on using the changeset viewer.
