- Timestamp:
- Nov 12, 2002, 3:19:17 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winicon.cpp
r8872 r9393 1 /* $Id: winicon.cpp,v 1.3 5 2002-07-15 10:16:29sandervl Exp $ */1 /* $Id: winicon.cpp,v 1.36 2002-11-12 14:19:17 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Icon Code for OS/2 … … 884 884 885 885 colorsize = DIB_GetDIBImageBytes(bmi->bmiHeader.biWidth, bmi->bmiHeader.biHeight/2, bmi->bmiHeader.biBitCount); 886 bwsize = (bmi->bmiHeader.biWidth * bmi->bmiHeader.biHeight/2)/8;886 bwsize = BITMAP_GetWidthBytes(bmi->bmiHeader.biWidth, 1) * bmi->bmiHeader.biHeight/2; 887 887 888 888 /* Check bitmap header */
Note:
See TracChangeset
for help on using the changeset viewer.