Ignore:
Timestamp:
Apr 2, 2000, 2:24:40 PM (26 years ago)
Author:
sandervl
Message:

dib sync bugfixes

File:
1 edited

Legend:

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

    r3235 r3302  
    1 /* $Id: dibsect.h,v 1.14 2000-03-25 12:19:08 sandervl Exp $ */
     1/* $Id: dibsect.h,v 1.15 2000-04-02 12:24:40 sandervl Exp $ */
    22
    33/*
     
    8585               int  SetDIBColorTable(int startIdx, int cEntries, RGBQUAD *rgb);
    8686
    87          int  SetDIBits(HDC hdc, HBITMAP hbitmap, UINT startscan, UINT
     87               int  SetDIBits(HDC hdc, HBITMAP hbitmap, UINT startscan, UINT
    8888                              lines, const VOID *bits, BITMAPINFOHEADER_W *pbmi,
    8989                              UINT coloruse);
     
    104104          char *bmpBits, *bmpBitsRGB565;
    105105          BOOL  fFlip;
    106           int   bmpsize;
     106          int   bmpsize, os2bmphdrsize;
    107107    DIBSECTION  dibinfo;
    108108
Note: See TracChangeset for help on using the changeset viewer.