Ignore:
Timestamp:
Oct 16, 2001, 4:49:46 PM (24 years ago)
Author:
sandervl
Message:

custom build updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibres.cpp

    r7063 r7079  
    1 /* $Id: oslibres.cpp,v 1.25 2001-10-15 17:09:03 sandervl Exp $ */
     1/* $Id: oslibres.cpp,v 1.26 2001-10-16 14:49:46 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    308308    if(lHits == GPI_ERROR) goto fail;
    309309
    310 //DEBUG_CURSOR
     310//#define DEBUG_CURSOR
    311311#ifdef DEBUG_CURSOR
    312312 {
     
    457457        }
    458458        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));
    462462    }
    463463
     
    504504    }
    505505
    506     pointerInfo.fPointer   = fCursor; //FALSE = icon
     506    pointerInfo.fPointer   = !fCursor; //TRUE = icon
    507507    pointerInfo.xHotspot   = pInfo->ptHotSpot.x;
    508508    pointerInfo.yHotspot   = mapY(pInfo->nHeight, pInfo->ptHotSpot.y);
Note: See TracChangeset for help on using the changeset viewer.