Ignore:
Timestamp:
Mar 24, 2004, 5:55:35 PM (21 years ago)
Author:
sandervl
Message:

CreateDIBitmap: added workaround for DIB_PAL_COLORS mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/blit.cpp

    r10513 r10558  
    1 /* $Id: blit.cpp,v 1.50 2004-03-12 18:13:51 sandervl Exp $ */
     1/* $Id: blit.cpp,v 1.51 2004-03-24 16:55:35 sandervl Exp $ */
    22
    33/*
     
    259259    }
    260260   
    261     dprintf(("BITMAP: (%d,%d) %d bytes",
    262              info->bmiHeader.biWidth, info->bmiHeader.biHeight, info->bmiHeader.biSizeImage));
     261    dprintf(("BITMAP: (%d,%d) %d bpp %d bytes",
     262             info->bmiHeader.biWidth, info->bmiHeader.biHeight, info->bmiHeader.biBitCount, info->bmiHeader.biSizeImage));
    263263   
    264264    height = info->bmiHeader.biHeight;
Note: See TracChangeset for help on using the changeset viewer.