Changeset 7046 for trunk/src


Ignore:
Timestamp:
Oct 14, 2001, 11:37:03 PM (24 years ago)
Author:
sandervl
Message:

icon update

File:
1 edited

Legend:

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

    r7045 r7046  
    1 /* $Id: oslibres.cpp,v 1.23 2001-10-14 20:55:46 sandervl Exp $ */
     1/* $Id: oslibres.cpp,v 1.24 2001-10-14 21:37:03 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    456456        }
    457457        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"));
    461461    }
    462462
     
    503503    }
    504504
    505 //    pointerInfo.fPointer   = fCursor; //FALSE = icon
    506     pointerInfo.fPointer   = TRUE;
     505    pointerInfo.fPointer   = fCursor; //FALSE = icon
    507506    pointerInfo.xHotspot   = pInfo->ptHotSpot.x;
    508507    pointerInfo.yHotspot   = mapY(pInfo->nHeight, pInfo->ptHotSpot.y);
     
    520519    free(pBmpMask);
    521520    free(pBmpColor);
     521
     522    dprintf2(("OSLibWinCreatePointer: PM pointer %x", hPointer));
    522523    return hPointer;
    523524
Note: See TracChangeset for help on using the changeset viewer.