Changeset 2049 for trunk/src/gdi32/oslibgdi.h
- Timestamp:
- Dec 9, 1999, 5:49:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/oslibgdi.h
r1095 r2049 1 /* $Id: oslibgdi.h,v 1. 1 1999-10-01 10:14:59 sandervlExp $ */1 /* $Id: oslibgdi.h,v 1.2 1999-12-09 16:49:45 cbratschi Exp $ */ 2 2 3 3 /* … … 12 12 #define __OSLIBGDI_H__ 13 13 14 INT OSLibSetDIBitsToDevice(HDC hdc, INT xDest, INT yDest, DWORD cx, DWORD cy, 15 INT xSrc, INT ySrc, UINT startscan, UINT lines, 16 LPCVOID bits, WINBITMAPINFOHEADER *info, 14 INT OSLibSetDIBitsToDevice(HDC hdc, INT xDest, INT yDest, DWORD cx, DWORD cy, 15 INT xSrc, INT ySrc, UINT startscan, UINT lines, 16 LPCVOID bits, WINBITMAPINFOHEADER *info, 17 17 UINT coloruse); 18 18
Note:
See TracChangeset
for help on using the changeset viewer.