| Line |  | 
|---|
| 1 | /* $Id: oslibgdi.h,v 1.2 1999-12-09 16:49:45 cbratschi Exp $ */ | 
|---|
| 2 |  | 
|---|
| 3 | /* | 
|---|
| 4 | * GDI32 support code | 
|---|
| 5 | * | 
|---|
| 6 | * Copyright 1999 Edgar Buerkle (Edgar.Buerkle@gmx.net) | 
|---|
| 7 | * | 
|---|
| 8 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 9 | * | 
|---|
| 10 | */ | 
|---|
| 11 | #ifndef __OSLIBGDI_H__ | 
|---|
| 12 | #define __OSLIBGDI_H__ | 
|---|
| 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, | 
|---|
| 17 | UINT coloruse); | 
|---|
| 18 |  | 
|---|
| 19 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.