Changeset 7045 for trunk/src/user32/oslibres.cpp
- Timestamp:
- Oct 14, 2001, 10:55:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibres.cpp
r7043 r7045 1 /* $Id: oslibres.cpp,v 1.2 2 2001-10-14 20:15:15sandervl Exp $ */1 /* $Id: oslibres.cpp,v 1.23 2001-10-14 20:55:46 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 308 308 if(lHits == GPI_ERROR) goto fail; 309 309 310 #ifdef DEBUG 310 311 { 311 312 dprintf(("colorToMonoBitmap %d %d (%x,%x,%x)(%x,%x,%x)", pBmpDest->cx, pBmpDest->cy, bmpinfo->argbColor[0].bRed, bmpinfo->argbColor[0].bGreen, bmpinfo->argbColor[0].bBlue, bmpinfo->argbColor[1].bRed, bmpinfo->argbColor[1].bGreen, bmpinfo->argbColor[1].bBlue)); … … 342 343 } 343 344 } 345 #endif 344 346 345 347 GpiSetBitmap(hpsDest, NULL); … … 453 455 } 454 456 } 455 //testestest 457 if(hbmColor) { 458 dprintf(("OSLibWinCreatePointer: using real color cursor/icon")); 459 } 460 else dprintf(("OSLibWinCreatePointer: converted color cursor/icon to mono")); 456 461 } 457 462 … … 498 503 } 499 504 500 pointerInfo.fPointer = fCursor; //FALSE = icon 505 // pointerInfo.fPointer = fCursor; //FALSE = icon 506 pointerInfo.fPointer = TRUE; 501 507 pointerInfo.xHotspot = pInfo->ptHotSpot.x; 502 508 pointerInfo.yHotspot = mapY(pInfo->nHeight, pInfo->ptHotSpot.y);
Note:
See TracChangeset
for help on using the changeset viewer.