Changeset 4601 for trunk/src/user32/dib.cpp
- Timestamp:
- Nov 15, 2000, 9:44:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dib.cpp
r4589 r4601 1 /* $Id: dib.cpp,v 1. 7 2000-11-14 14:27:49sandervl Exp $ */1 /* $Id: dib.cpp,v 1.8 2000-11-15 20:44:26 sandervl Exp $ */ 2 2 3 3 /* … … 216 216 * data. 217 217 */ 218 int BITMAP_GetWidthBytes( INT bmWidth, INT bpp )218 int WIN32API BITMAP_GetWidthBytes( INT bmWidth, INT bpp ) 219 219 { 220 220 switch(bpp)
Note:
See TracChangeset
for help on using the changeset viewer.