diff options
Diffstat (limited to 'src/proto/popupwin.pro')
-rw-r--r-- | src/proto/popupwin.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro index eeabafa9a..0b9dc4256 100644 --- a/src/proto/popupwin.pro +++ b/src/proto/popupwin.pro @@ -24,4 +24,6 @@ void popup_reset_handled(void); win_T *find_next_popup(int lowest); int popup_do_filter(int c); void popup_check_cursor_pos(void); +void may_update_popup_mask(int type); +void update_popups(void (*win_update)(win_T *wp)); /* vim: set ft=c : */ |