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/winicon.cpp

    r7043 r7045  
    1 /* $Id: winicon.cpp,v 1.30 2001-10-14 20:15:15 sandervl Exp $ */
     1/* $Id: winicon.cpp,v 1.31 2001-10-14 20:55:46 sandervl Exp $ */
    22/*
    33 * Win32 Icon Code for OS/2
     
    156156    int sizeXor,sizeAnd,colortablesize;
    157157
    158     dprintf(("USER32: CreateIconIndirect %x", iconinfo));
     158    dprintf(("USER32: CreateIconIndirect %x %x %x %s", iconinfo, iconinfo->hbmMask, iconinfo->hbmColor, (iconinfo->fIcon) ? "icon" : "cursor"));
    159159
    160160    GetObjectA( iconinfo->hbmColor, sizeof(bmpXor), &bmpXor );
Note: See TracChangeset for help on using the changeset viewer.