Changeset 2245 for trunk/src/kernel32/cvtcursor.cpp
- Timestamp:
- Dec 29, 1999, 1:39:09 PM (26 years ago)
- 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:41sandervl Exp $ */1 /* $Id: cvtcursor.cpp,v 1.9 1999-12-29 12:39:09 sandervl Exp $ */ 2 2 3 3 /* … … 148 148 - curHdr->yHotspot; /* subtract hot.y */ 149 149 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)); 152 152 153 153 if(bmpHdr->biBitCount == 1) { … … 167 167 cursorhdr->bmp2.ulCompression = BCA_UNCOMP; 168 168 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)); 171 171 //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)); 175 175 176 176 os2rgb = (RGB2 *)(cursorhdr+1);
Note:
See TracChangeset
for help on using the changeset viewer.