Changeset 3594 for trunk/src/gdi32/dibsect.cpp
- Timestamp:
- May 23, 2000, 8:46:21 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.cpp
r3567 r3594 1 /* $Id: dibsect.cpp,v 1.3 1 2000-05-19 18:42:14sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.32 2000-05-23 18:46:20 sandervl Exp $ */ 2 2 3 3 /* … … 619 619 //****************************************************************************** 620 620 //****************************************************************************** 621 charDIBSection::GetBitCount()621 int DIBSection::GetBitCount() 622 622 { 623 623 if(pOS2bmp == NULL) … … 628 628 //****************************************************************************** 629 629 //****************************************************************************** 630 int DIBSection::GetHeight() 631 { 632 if(pOS2bmp == NULL) 633 return 0; 634 else 635 return pOS2bmp->cy; 636 } 637 //****************************************************************************** 638 //****************************************************************************** 630 639 DIBSection *DIBSection::section = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.