Ignore:
Timestamp:
Mar 25, 2000, 1:19:08 PM (26 years ago)
Author:
sandervl
Message:

dibsection blit + setdibits fixes

File:
1 edited

Legend:

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

    r3227 r3235  
    1 /* $Id: dibsect.h,v 1.13 2000-03-24 19:24:48 sandervl Exp $ */
     1/* $Id: dibsect.h,v 1.14 2000-03-25 12:19:08 sandervl Exp $ */
    22
    33/*
     
    102102          HWND  hwndParent;
    103103          HDC   hdc;
    104           char *bmpBits;
     104          char *bmpBits, *bmpBitsRGB565;
    105105          BOOL  fFlip;
    106106          int   bmpsize;
Note: See TracChangeset for help on using the changeset viewer.