commit | 608629bc130816b146665ddd0df452ded157a6e3 | [log] [tgz] |
---|---|---|
author | Huw D M Davies <daviesh@abacus.physics.ox.ac.uk> | Sun Apr 18 12:07:00 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Apr 18 12:07:00 1999 +0000 |
tree | d19305bed2b4faea1432234f4d4ee2f88f4a327f | |
parent | 251ed43b985fb522011e7066f8bc58c6d4e0fd37 [diff] [blame] |
Fixes for upside-down DIBs.
diff --git a/include/bitmap.h b/include/bitmap.h index f7a8902..45399a3 100644 --- a/include/bitmap.h +++ b/include/bitmap.h
@@ -55,6 +55,7 @@ /* objects/dib.c */ extern int DIB_GetDIBWidthBytes( int width, int depth ); +extern int DIB_GetDIBImageBytes( int width, int height, int depth ); extern int DIB_BitmapInfoSize( BITMAPINFO * info, WORD coloruse ); extern int DIB_GetBitmapInfo( const BITMAPINFOHEADER *header, DWORD *width, int *height, WORD *bpp, WORD *compr );