Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c291 #ifndef GET_X_LPARAM
292 # define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp)) macro
4877 int xPos = GET_X_LPARAM(lParam); in _WndProc()
8128 s_pt.x = GET_X_LPARAM(lParam); in tabline_wndproc()
8138 pt.x = GET_X_LPARAM(lParam); in tabline_wndproc()