Ignore:
Timestamp:
Mar 21, 2001, 1:31:36 PM (24 years ago)
Author:
sandervl
Message:

more logging

File:
1 edited

Legend:

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

    r5333 r5346  
    1 /* $Id: dibsect.cpp,v 1.46 2001-03-19 19:27:53 sandervl Exp $ */
     1/* $Id: dibsect.cpp,v 1.47 2001-03-21 12:31:36 sandervl Exp $ */
    22
    33/*
     
    595595        rc = GpiDrawBits(hps, bmpBitsDblBuffer, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode);
    596596  }
    597   else  rc = GpiDrawBits(hps, bitmapBits, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode);
    598 
     597  else {
     598        rc = GpiDrawBits(hps, bitmapBits, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode);
     599  }
    599600  if(rc == GPI_OK) {
    600601        DIBSection *destdib = DIBSection::findHDC(hdcDest);
Note: See TracChangeset for help on using the changeset viewer.