Ignore:
Timestamp:
Dec 4, 1999, 2:53:14 PM (26 years ago)
Author:
hugh
Message:

Implemented DEFAULT_GUI_FONT for GetStockObject
DIBSecttion now get the DC Palette on creation and updated if DC pal changes.

File:
1 edited

Legend:

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

    r1937 r1966  
    1 /* $Id: dibsect.h,v 1.7 1999-12-02 13:26:05 achimha Exp $ */
     1/* $Id: dibsect.h,v 1.8 1999-12-04 13:53:14 hugh Exp $ */
    22
    33/*
     
    1010
    1111#ifdef OS2_ONLY
    12 typedef struct {
     12typedef struct
     13{
    1314  BYTE rgbBlue;
    1415  BYTE rgbGreen;
     
    6768              char *GetDIBObject()           { return bmpBits;  };
    6869              void  SelectDIBObject(HDC hdc);
    69 
     70              char  GetBitCount();
    7071              void  UnSelectDIBObject()      { this->hdc = 0;   };
    7172
Note: See TracChangeset for help on using the changeset viewer.