Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c492 static void Handle_WM_Notify(HWND hwnd, LPNMHDR pnmh);
8709 Handle_WM_Notify(HWND hwnd UNUSED, LPNMHDR pnmh) in Handle_WM_Notify() argument
8711 if (pnmh->idFrom != ID_BEVAL_TOOLTIP) // it is not our tooltip in Handle_WM_Notify()
8716 switch (pnmh->code) in Handle_WM_Notify()
8733 NMTTDISPINFO_NEW *info = (NMTTDISPINFO_NEW *)pnmh; in Handle_WM_Notify()
8741 NMTTDISPINFOW_NEW *info = (NMTTDISPINFOW_NEW *)pnmh; in Handle_WM_Notify()