Changeset 2600 for trunk/src/gdi32/oslibgdi.cpp
- Timestamp:
- Feb 3, 2000, 12:45:07 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/oslibgdi.cpp
r2592 r2600 1 /* $Id: oslibgdi.cpp,v 1. 4 2000-02-01 12:53:30sandervl Exp $ */1 /* $Id: oslibgdi.cpp,v 1.5 2000-02-02 23:45:07 sandervl Exp $ */ 2 2 3 3 /* … … 24 24 INT OSLibSetDIBitsToDevice(HDC hdc, INT xDest, INT yDest, DWORD cx, DWORD cy, 25 25 INT xSrc, INT ySrc, UINT startscan, UINT lines, 26 LPCVOID bits, WINBITMAPINFOHEADER*info,26 LPCVOID bits, BITMAPINFOHEADER_W *info, 27 27 UINT coloruse) 28 28 {
Note:
See TracChangeset
for help on using the changeset viewer.