- Timestamp:
- Oct 14, 2001, 11:37:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibres.cpp
r7045 r7046 1 /* $Id: oslibres.cpp,v 1.2 3 2001-10-14 20:55:46sandervl Exp $ */1 /* $Id: oslibres.cpp,v 1.24 2001-10-14 21:37:03 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 456 456 } 457 457 if(hbmColor) { 458 dprintf (("OSLibWinCreatePointer: using real color cursor/icon"));459 } 460 else dprintf (("OSLibWinCreatePointer: converted color cursor/icon to mono"));458 dprintf2(("OSLibWinCreatePointer: using real color cursor/icon")); 459 } 460 else dprintf2(("OSLibWinCreatePointer: converted color cursor/icon to mono")); 461 461 } 462 462 … … 503 503 } 504 504 505 // pointerInfo.fPointer = fCursor; //FALSE = icon 506 pointerInfo.fPointer = TRUE; 505 pointerInfo.fPointer = fCursor; //FALSE = icon 507 506 pointerInfo.xHotspot = pInfo->ptHotSpot.x; 508 507 pointerInfo.yHotspot = mapY(pInfo->nHeight, pInfo->ptHotSpot.y); … … 520 519 free(pBmpMask); 521 520 free(pBmpColor); 521 522 dprintf2(("OSLibWinCreatePointer: PM pointer %x", hPointer)); 522 523 return hPointer; 523 524
Note:
See TracChangeset
for help on using the changeset viewer.