Ignore:
Timestamp:
Oct 14, 2001, 10:55:46 PM (24 years ago)
Author:
sandervl
Message:

icon update

File:
1 edited

Legend:

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

    r7043 r7045  
    1 /* $Id: oslibres.cpp,v 1.22 2001-10-14 20:15:15 sandervl Exp $ */
     1/* $Id: oslibres.cpp,v 1.23 2001-10-14 20:55:46 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    308308    if(lHits == GPI_ERROR) goto fail;
    309309
     310#ifdef DEBUG
    310311 {
    311312    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));
     
    342343    }
    343344}
     345#endif
    344346
    345347    GpiSetBitmap(hpsDest, NULL);
     
    453455            }
    454456        }
    455         //testestest
     457        if(hbmColor) {
     458             dprintf(("OSLibWinCreatePointer: using real color cursor/icon"));
     459        }
     460        else dprintf(("OSLibWinCreatePointer: converted color cursor/icon to mono"));
    456461    }
    457462
     
    498503    }
    499504
    500     pointerInfo.fPointer   = fCursor; //FALSE = icon
     505//    pointerInfo.fPointer   = fCursor; //FALSE = icon
     506    pointerInfo.fPointer   = TRUE;
    501507    pointerInfo.xHotspot   = pInfo->ptHotSpot.x;
    502508    pointerInfo.yHotspot   = mapY(pInfo->nHeight, pInfo->ptHotSpot.y);
Note: See TracChangeset for help on using the changeset viewer.