- Timestamp:
- Nov 15, 2000, 9:44:26 PM (25 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/USER32.DEF
r4597 r4601 1 ; $Id: USER32.DEF,v 1.4 3 2000-11-15 13:57:54sandervl Exp $1 ; $Id: USER32.DEF,v 1.44 2000-11-15 20:44:25 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 666 666 _Calculate1PixelDelta@4 @2022 667 667 _DIB_GetDIBWidthBytes@8 @2023 668 _selectClientArea@4 @2024 668 _BITMAP_GetWidthBytes@8 @2024 669 _selectClientArea@4 @2025 670 -
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) -
trunk/src/user32/dib.h
r4589 r4601 1 /* $Id: dib.h,v 1. 5 2000-11-14 14:27:49sandervl Exp $ */1 /* $Id: dib.h,v 1.6 2000-11-15 20:44:26 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 int *height, WORD *bpp, WORD *compr ); 28 28 void DIB_FixColorsToLoadflags(BITMAPINFO * bmi, UINT loadflags, BYTE pix); 29 int BITMAP_GetWidthBytes( INT width, INT depth );29 int WIN32API BITMAP_GetWidthBytes( INT width, INT depth ); 30 30 31 31 #endif
Note:
See TracChangeset
for help on using the changeset viewer.