Changeset 1396 for trunk/src/gdi32/dibsect.cpp
- Timestamp:
- Oct 21, 1999, 9:25:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.cpp
r120 r1396 1 /* $Id: dibsect.cpp,v 1. 4 1999-06-19 10:54:39sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.5 1999-10-21 19:25:06 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 //****************************************************************************** 26 26 DIBSection::DIBSection(WINBITMAPINFOHEADER *pbmi, DWORD handle, int fFlip) 27 : bmpBits(NULL), pOS2bmp(NULL) 27 : bmpBits(NULL), pOS2bmp(NULL), next(NULL) 28 28 { 29 29 int bmpsize = pbmi->biWidth, os2bmpsize;
Note:
See TracChangeset
for help on using the changeset viewer.