Lines Matching refs:smallIcon
1581 if (window->win32.smallIcon)
1582 DestroyIcon(window->win32.smallIcon);
1597 HICON bigIcon = NULL, smallIcon = NULL;
1609 smallIcon = createIcon(smallImage, 0, 0, GLFW_TRUE);
1614 smallIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICONSM);
1618 SendMessageW(window->win32.handle, WM_SETICON, ICON_SMALL, (LPARAM) smallIcon);
1623 if (window->win32.smallIcon)
1624 DestroyIcon(window->win32.smallIcon);
1629 window->win32.smallIcon = smallIcon;