Ignore:
Timestamp:
Nov 24, 1999, 8:30:18 PM (26 years ago)
Author:
sandervl
Message:

EB's dibsection updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/dibsect.h

    r1686 r1830  
    1 /* $Id: dibsect.h,v 1.5 1999-11-10 14:15:23 sandervl Exp $ */
     1/* $Id: dibsect.h,v 1.6 1999-11-24 19:30:18 sandervl Exp $ */
    22
    33/*
     
    7575               int  SetDIBColorTable(int startIdx, int cEntries, RGBQUAD *rgb);
    7676
     77               int  SetDIBits(HDC hdc, HBITMAP hbitmap, UINT startscan, UINT
     78                              lines, const VOID *bits, WINBITMAPINFOHEADER *pbmi,
     79                              UINT coloruse);
     80
    7781               int  GetDIBSection(int iSize , DIBSECTION *pDIBSection);
    7882
Note: See TracChangeset for help on using the changeset viewer.