Ignore:
Timestamp:
Feb 18, 2002, 11:14:58 AM (24 years ago)
Author:
sandervl
Message:

added custom function to force color to mono cursor conversion

File:
1 edited

Legend:

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

    r7237 r7943  
    1 /* $Id: oslibres.cpp,v 1.29 2001-10-27 10:30:10 sandervl Exp $ */
     1/* $Id: oslibres.cpp,v 1.30 2002-02-18 10:14:56 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    449449        if(fCursor && pXorBmp->bmBitsPixel >= 8)
    450450        {
    451             if(isMonoBitmap(pXorBmp, (PBYTE)os2rgb) == TRUE)
     451            if(fForceMonoCursor || isMonoBitmap(pXorBmp, (PBYTE)os2rgb) == TRUE)
    452452            {
    453453                pOS2XorBits = colorToMonoBitmap(hbmColor, pBmpColor);
Note: See TracChangeset for help on using the changeset viewer.