Changeset 7045 for trunk/src/user32/winicon.cpp
- Timestamp:
- Oct 14, 2001, 10:55:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winicon.cpp
r7043 r7045 1 /* $Id: winicon.cpp,v 1.3 0 2001-10-14 20:15:15sandervl Exp $ */1 /* $Id: winicon.cpp,v 1.31 2001-10-14 20:55:46 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Icon Code for OS/2 … … 156 156 int sizeXor,sizeAnd,colortablesize; 157 157 158 dprintf(("USER32: CreateIconIndirect %x ", iconinfo));158 dprintf(("USER32: CreateIconIndirect %x %x %x %s", iconinfo, iconinfo->hbmMask, iconinfo->hbmColor, (iconinfo->fIcon) ? "icon" : "cursor")); 159 159 160 160 GetObjectA( iconinfo->hbmColor, sizeof(bmpXor), &bmpXor );
Note:
See TracChangeset
for help on using the changeset viewer.