Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c1760 outputDeadKey_rePost(MSG originalMsg) in outputDeadKey_rePost() argument
1770 deadCharExpel.message = originalMsg.message; in outputDeadKey_rePost()
1771 deadCharExpel.hwnd = originalMsg.hwnd; in outputDeadKey_rePost()
1777 PostMessage(originalMsg.hwnd, originalMsg.message, originalMsg.wParam, in outputDeadKey_rePost()
1778 originalMsg.lParam); in outputDeadKey_rePost()