Changeset 7079 for trunk/src/user32/oslibres.cpp
- Timestamp:
- Oct 16, 2001, 4:49:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibres.cpp
r7063 r7079 1 /* $Id: oslibres.cpp,v 1.2 5 2001-10-15 17:09:03sandervl Exp $ */1 /* $Id: oslibres.cpp,v 1.26 2001-10-16 14:49:46 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 308 308 if(lHits == GPI_ERROR) goto fail; 309 309 310 // DEBUG_CURSOR310 //#define DEBUG_CURSOR 311 311 #ifdef DEBUG_CURSOR 312 312 { … … 457 457 } 458 458 if(hbmColor) { 459 dprintf2(("OSLibWinCreatePointer: using real color cursor/icon "));460 } 461 else dprintf2(("OSLibWinCreatePointer: converted color cursor/icon to mono "));459 dprintf2(("OSLibWinCreatePointer: using real color cursor/icon (fCursor %d)", fCursor)); 460 } 461 else dprintf2(("OSLibWinCreatePointer: converted color cursor/icon to mono (fCursor %d)", fCursor)); 462 462 } 463 463 … … 504 504 } 505 505 506 pointerInfo.fPointer = fCursor; //FALSE = icon506 pointerInfo.fPointer = !fCursor; //TRUE = icon 507 507 pointerInfo.xHotspot = pInfo->ptHotSpot.x; 508 508 pointerInfo.yHotspot = mapY(pInfo->nHeight, pInfo->ptHotSpot.y);
Note:
See TracChangeset
for help on using the changeset viewer.