Changeset 4447 for trunk/src/gdi32/dibsect.h
- Timestamp:
- Oct 7, 2000, 11:03:50 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/dibsect.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.h
r4127 r4447 1 /* $Id: dibsect.h,v 1.2 0 2000-08-30 18:05:24 sandervlExp $ */1 /* $Id: dibsect.h,v 1.21 2000-10-07 09:03:50 hugh Exp $ */ 2 2 3 3 /* … … 50 50 51 51 typedef struct { 52 BITMAPINFOHEADER_W bmiHeader;53 RGBQUADbmiColors[1];52 BITMAPINFOHEADER_W bmiHeader; 53 RGBQUAD bmiColors[1]; 54 54 } BITMAPINFO_W; 55 55 typedef BITMAPINFO *LPBITMAPINFO; … … 79 79 int GetBitCount(); 80 80 int GetHeight(); 81 int GetWidth(); 81 82 void UnSelectDIBObject() { this->hdc = 0; }; 82 83 83 DWORD GetBitmapHandle(){ return handle; };84 DWORD GetBitmapHandle() { return handle; }; 84 85 void SetBitmapHandle(DWORD bmphandle) { handle = bmphandle; }; 85 DWORD GetRGBUsage() { return iUsage; };86 DWORD GetRGBUsage() { return iUsage; }; 86 87 87 88 BOOL BitBlt(HDC hdcDest, int nXdest, int nYDest,
Note:
See TracChangeset
for help on using the changeset viewer.
