Changeset 1533 for trunk/src/gdi32/dibsect.h
- Timestamp:
- Oct 31, 1999, 10:38:20 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/dibsect.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.h
r97 r1533 1 /* $Id: dibsect.h,v 1. 3 1999-06-10 17:09:03 phallerExp $ */1 /* $Id: dibsect.h,v 1.4 1999-10-31 21:38:16 achimha Exp $ */ 2 2 3 3 /* … … 37 37 } WINBITMAPINFOHEADER; 38 38 39 typedef struct 40 { 41 INT bmType; 42 INT bmWidth; 43 INT bmHeight; 44 INT bmWidthBytes; 45 WORD bmPlanes; 46 WORD bmBitsPixel; 47 LPVOID bmBits; 48 } WINBITMAP, *LPWINBITMAP; 49 50 #ifdef OS2_ONLY 51 typedef struct 52 { 53 WINBITMAP dsBm; 54 WINBITMAPINFOHEADER dsBmih; 55 DWORD dsBitfields[3]; 56 HANDLE dshSection; 57 DWORD dsOffset; 58 } DIBSECTION,*LPDIBSECTION; 59 #endif 60 39 61 class DIBSection 40 62 { … … 52 74 53 75 int SetDIBColorTable(int startIdx, int cEntries, RGBQUAD *rgb); 76 77 int GetDIBSection(int iSize , DIBSECTION *pDIBSection); 78 54 79 static DIBSection *getSection() { return section; } ; 55 80 static DIBSection *find(DWORD handle); … … 64 89 char *bmpBits; 65 90 BOOL fFlip; 66 91 int bmpsize; 67 92 BITMAPINFO2 *pOS2bmp; 68 93 // Linked list management … … 72 97 73 98 #endif 99
Note:
See TracChangeset
for help on using the changeset viewer.
