Searched refs:smallIcon (Results 1 – 3 of 3) sorted by relevance
1045 if (window->win32.smallIcon) in _glfwPlatformDestroyWindow()1046 DestroyIcon(window->win32.smallIcon); in _glfwPlatformDestroyWindow()1066 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() local1078 smallIcon = createIcon(smallImage, 0, 0, GLFW_TRUE); in _glfwPlatformSetWindowIcon()1083 smallIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICONSM); in _glfwPlatformSetWindowIcon()1087 SendMessage(window->win32.handle, WM_SETICON, ICON_SMALL, (LPARAM) smallIcon); in _glfwPlatformSetWindowIcon()1092 if (window->win32.smallIcon) in _glfwPlatformSetWindowIcon()1093 DestroyIcon(window->win32.smallIcon); in _glfwPlatformSetWindowIcon()1098 window->win32.smallIcon = smallIcon; in _glfwPlatformSetWindowIcon()
234 HICON smallIcon; member
44 smallIcon: PixelMapMock, property