Ignore:
Timestamp:
Apr 30, 2002, 3:11:44 PM (23 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

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

    r7717 r8343  
    1 /* $Id: dibsect.cpp,v 1.62 2001-12-31 12:08:20 sandervl Exp $ */
     1/* $Id: dibsect.cpp,v 1.63 2002-04-30 13:11:44 sandervl Exp $ */
    22
    33/*
     
    609609            dprintf(("GDI32: DIBSect::BitBlt: WARNING! zero-length bitmap! %08xh", pOS2bmp));
    610610        }
    611 
    612 
    613611        rc = GpiDrawBits(hps, bmpBitsDblBuffer, pOS2bmp, 4, &point[0], Rop, os2mode);
    614612  }
     
    728726  free(tmphdr);
    729727  if(rc != nDestHeight) {
    730     DebugInt3();
     728    dprintf(("!WARNING!: GpiQueryBitmapBits returned %d instead of %d scanlines", rc, nDestHeight));
    731729  }
    732730
Note: See TracChangeset for help on using the changeset viewer.