comparison src/proto/popupwin.pro @ 17348:d82b0cfb1e82 v8.1.1673

patch 8.1.1673: cannot easily find the popup window at a certain position commit https://github.com/vim/vim/commit/b4f0628fc5892e1bb9f0f780af782ff47ef277ed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 12 21:07:54 2019 +0200 patch 8.1.1673: cannot easily find the popup window at a certain position Problem: Cannot easily find the popup window at a certain position. Solution: Add popup_locate().
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jul 2019 21:15:04 +0200
parents 8a095d343c59
children ce35cdbe9f74
comparison
equal deleted inserted replaced
17347:21b9633e27d1 17348:d82b0cfb1e82
27 void popup_close_tabpage(tabpage_T *tp, int id); 27 void popup_close_tabpage(tabpage_T *tp, int id);
28 void close_all_popups(void); 28 void close_all_popups(void);
29 void f_popup_move(typval_T *argvars, typval_T *rettv); 29 void f_popup_move(typval_T *argvars, typval_T *rettv);
30 void f_popup_setoptions(typval_T *argvars, typval_T *rettv); 30 void f_popup_setoptions(typval_T *argvars, typval_T *rettv);
31 void f_popup_getpos(typval_T *argvars, typval_T *rettv); 31 void f_popup_getpos(typval_T *argvars, typval_T *rettv);
32 void f_popup_locate(typval_T *argvars, typval_T *rettv);
32 void f_popup_getoptions(typval_T *argvars, typval_T *rettv); 33 void f_popup_getoptions(typval_T *argvars, typval_T *rettv);
33 int error_if_popup_window(void); 34 int error_if_popup_window(void);
34 void popup_reset_handled(void); 35 void popup_reset_handled(void);
35 win_T *find_next_popup(int lowest); 36 win_T *find_next_popup(int lowest);
36 int popup_do_filter(int c); 37 int popup_do_filter(int c);