Ignore:
Timestamp:
May 29, 2001, 11:45:21 AM (24 years ago)
Author:
sandervl
Message:

Set/GetDIBColorTable fixes + SelectPalette hack

File:
1 edited

Legend:

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

    r5390 r5825  
    1 /* $Id: dibsect.h,v 1.24 2001-03-27 20:47:52 sandervl Exp $ */
     1/* $Id: dibsect.h,v 1.25 2001-05-29 09:45:21 sandervl Exp $ */
    22
    33/*
     
    100100              void  sync(DWORD xDst, DWORD yDst, DWORD widthDst, DWORD heightDst, PVOID bits);
    101101               int  SetDIBColorTable(int startIdx, int cEntries, RGBQUAD *rgb);
     102               int  GetDIBColorTable(int startIdx, int cEntries, RGBQUAD *rgb);
    102103               int  SetDIBColorTable(int startIdx, int cEntries, PALETTEENTRY *rgb);
    103104
Note: See TracChangeset for help on using the changeset viewer.