Home
last modified time | relevance | path

Searched refs:ICON_SMALL (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c2695 # ifndef ICON_SMALL
2696 # define ICON_SMALL 0 macro
2720 (WPARAM)ICON_SMALL, (LPARAM)0); in GetConsoleIcon()
2746 (WPARAM)ICON_SMALL, (LPARAM)hIconSmall); in SetConsoleIcon()
H A Dgui_w32.c5383 SendMessage(s_hwnd, WM_SETICON, ICON_SMALL, (LPARAM)hIcon); in gui_mch_init()