Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c342 static HWND s_textArea = NULL; variable
380 if (s_textArea != NULL) in directx_binddc()
383 GetClientRect(s_textArea, &rect); in directx_binddc()
1030 SetCapture(s_textArea); in _OnMouseMoveOrRelease()
3101 UpdateWindow(s_textArea); in gui_mch_delete_lines()
3148 UpdateWindow(s_textArea); in gui_mch_insert_lines()
3165 ReleaseDC(s_textArea, s_hdc); in gui_mch_exit()
5365 s_textArea = CreateWindowExW( in gui_mch_init()
5374 if (s_textArea == NULL) in gui_mch_init()
5390 s_hdc = GetDC(s_textArea); in gui_mch_init()
[all …]