Ignore:
Timestamp:
Dec 29, 1999, 1:39:09 PM (26 years ago)
Author:
sandervl
Message:

dprintf2's for cursor/icon conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/cvtcursor.cpp

    r1475 r2245  
    1 /* $Id: cvtcursor.cpp,v 1.8 1999-10-27 10:35:41 sandervl Exp $ */
     1/* $Id: cvtcursor.cpp,v 1.9 1999-12-29 12:39:09 sandervl Exp $ */
    22
    33/*
     
    148148                             - curHdr->yHotspot;         /* subtract hot.y */
    149149
    150   dprintf(("Cursor Hot.x   : %d", curHdr->xHotspot));
    151   dprintf(("Cursor Hot.y   : %d", curHdr->yHotspot));
     150  dprintf2(("Cursor Hot.x   : %d", curHdr->xHotspot));
     151  dprintf2(("Cursor Hot.y   : %d", curHdr->yHotspot));
    152152
    153153  if(bmpHdr->biBitCount == 1) {
     
    167167  cursorhdr->bmp2.ulCompression   = BCA_UNCOMP;
    168168  cursorhdr->bmp2.ulColorEncoding = BCE_RGB;
    169   dprintf(("Cursor size    : %d", bmpHdr->biSizeImage));
    170   dprintf(("Cursor Width   : %d", bmpHdr->biWidth));
     169  dprintf2(("Cursor size    : %d", bmpHdr->biSizeImage));
     170  dprintf2(("Cursor Width   : %d", bmpHdr->biWidth));
    171171  //height for both the XOR and AND bitmap (color & BW)
    172   dprintf(("Height         : %d", bmpHdr->biHeight));
    173   dprintf(("Cursor Bitcount: %d", bmpHdr->biBitCount));
    174   dprintf(("Cursor Compress: %d", bmpHdr->biCompression));
     172  dprintf2(("Height         : %d", bmpHdr->biHeight));
     173  dprintf2(("Cursor Bitcount: %d", bmpHdr->biBitCount));
     174  dprintf2(("Cursor Compress: %d", bmpHdr->biCompression));
    175175
    176176  os2rgb                   = (RGB2 *)(cursorhdr+1);
Note: See TracChangeset for help on using the changeset viewer.