Ignore:
Timestamp:
Feb 1, 2000, 1:53:31 PM (26 years ago)
Author:
sandervl
Message:

cleaned up + dibsection fixes

File:
1 edited

Legend:

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

    r2267 r2592  
    1 /* $Id: dibsect.h,v 1.9 1999-12-30 11:21:30 sandervl Exp $ */
     1/* $Id: dibsect.h,v 1.10 2000-02-01 12:53:29 sandervl Exp $ */
    22
    33/*
     
    6363{
    6464public:
    65               DIBSection(WINBITMAPINFOHEADER *pbmi, DWORD handle, int fFlip);
     65              DIBSection(WINBITMAPINFOHEADER *pbmi, DWORD iUsage, DWORD handle, int fFlip);
    6666             ~DIBSection();
    6767
     
    7070              char  GetBitCount();
    7171              void  UnSelectDIBObject()      { this->hdc = 0;   };
     72
     73              DWORD GetBitmapHandle()        { return handle; };
     74              DWORD GetRGBUsage()            { return iUsage; };
    7275
    7376              BOOL  BitBlt(HDC hdcDest, int nXdest, int nYDest,
     
    9295
    9396private:
    94           DWORD handle;
     97          DWORD handle, iUsage;
    9598          HWND  hwndParent;
    9699          HDC   hdc;
Note: See TracChangeset for help on using the changeset viewer.