- Timestamp:
- Nov 9, 2000, 7:13:32 PM (25 years ago)
- 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 cbratschiExp $ */1 /* $Id: imagelist.cpp,v 1.2 2000-11-09 18:13:32 sandervl Exp $ */ 2 2 /* 3 3 * ImageList implementation … … 543 543 ImageList_AddIcon (HIMAGELIST himl, HICON hIcon) 544 544 { 545 dprintf(("COMCTL32: ImageList_AddIcon "));545 dprintf(("COMCTL32: ImageList_AddIcon %x %x", himl, hIcon)); 546 546 547 547 return ImageList_ReplaceIcon (himl, -1, hIcon); … … 575 575 COLORREF bkColor; 576 576 577 dprintf(("COMCTL32: ImageList_AddMasked "));577 dprintf(("COMCTL32: ImageList_AddMasked %x %x %x", himl, hBitmap, clrMask)); 578 578 579 579 if (himl == NULL) … … 2293 2293 BITMAP bmp; 2294 2294 2295 dprintf(("COMCTL32: ImageList_Replace "));2295 dprintf(("COMCTL32: ImageList_Replace %x %d %x %x", himl, i, hbmImage, hbmMask)); 2296 2296 2297 2297 if (himl == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.