Ignore:
Timestamp:
Nov 9, 2000, 7:13:32 PM (25 years ago)
Author:
sandervl
Message:

extra logging for image list apis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/imagelist.cpp

    r2875 r4572  
    1 /* $Id: imagelist.cpp,v 1.1 2000-02-23 17:09:42 cbratschi Exp $ */
     1/* $Id: imagelist.cpp,v 1.2 2000-11-09 18:13:32 sandervl Exp $ */
    22/*
    33 *  ImageList implementation
     
    543543ImageList_AddIcon (HIMAGELIST himl, HICON hIcon)
    544544{
    545     dprintf(("COMCTL32: ImageList_AddIcon"));
     545    dprintf(("COMCTL32: ImageList_AddIcon %x %x", himl, hIcon));
    546546
    547547    return ImageList_ReplaceIcon (himl, -1, hIcon);
     
    575575    COLORREF bkColor;
    576576
    577     dprintf(("COMCTL32: ImageList_AddMasked"));
     577    dprintf(("COMCTL32: ImageList_AddMasked %x %x %x", himl, hBitmap, clrMask));
    578578
    579579    if (himl == NULL)
     
    22932293    BITMAP bmp;
    22942294
    2295     dprintf(("COMCTL32: ImageList_Replace"));
     2295    dprintf(("COMCTL32: ImageList_Replace %x %d %x %x", himl, i, hbmImage, hbmMask));
    22962296
    22972297    if (himl == NULL) {
Note: See TracChangeset for help on using the changeset viewer.