Ignore:
Timestamp:
Dec 17, 2000, 4:04:14 PM (25 years ago)
Author:
sandervl
Message:

hook, mdi & focus fixes

File:
1 edited

Legend:

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

    r4689 r4825  
    1 /* $Id: winicon.cpp,v 1.18 2000-11-24 13:16:26 sandervl Exp $ */
     1/* $Id: winicon.cpp,v 1.19 2000-12-17 15:04:14 sandervl Exp $ */
    22/*
    33 * Win32 Icon Code for OS/2
     
    597597                if (DoStretch)
    598598                {
    599                     //TODO: rearrange mask if and & xor mask present!!!!!
    600                     if(cbSize - size - colorsize - bwsize == bwsize)
    601                     {
    602                         dprintf(("TODO: rearrange mask because and & xor mask present!!!!!"));
    603                     }
    604599                    if ((hAndBits = CreateBitmap(width, height, 1, 1, NULL)))
    605600                    {
Note: See TracChangeset for help on using the changeset viewer.