Home
last modified time | relevance | path

Searched refs:smallIcon (Results 1 - 2 of 2) sorted by relevance

/third_party/glfw/src/
H A Dwin32_window.c1581 if (window->win32.smallIcon) in _glfwDestroyWindowWin32()
1582 DestroyIcon(window->win32.smallIcon); in _glfwDestroyWindowWin32()
1597 HICON bigIcon = NULL, smallIcon = NULL; in _glfwSetWindowIconWin32() local
1609 smallIcon = createIcon(smallImage, 0, 0, GLFW_TRUE); in _glfwSetWindowIconWin32()
1614 smallIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICONSM); in _glfwSetWindowIconWin32()
1618 SendMessageW(window->win32.handle, WM_SETICON, ICON_SMALL, (LPARAM) smallIcon); in _glfwSetWindowIconWin32()
1623 if (window->win32.smallIcon) in _glfwSetWindowIconWin32()
1624 DestroyIcon(window->win32.smallIcon); in _glfwSetWindowIconWin32()
1629 window->win32.smallIcon = smallIcon; in _glfwSetWindowIconWin32()
[all...]
H A Dwin32_platform.h417 HICON smallIcon; member

Completed in 5 milliseconds