summaryrefslogtreecommitdiffstats
path: root/src/proto/popupwin.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-07 18:50:29 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-07 18:50:29 +0100
commitd283e89138f8d12511a6ad35a80833d5a716fa9a (patch)
tree9001edb7f45cd28a6fdcd670454c52fa69a95a24 /src/proto/popupwin.pro
parent6b649ac4fd0cbf88c5a05d82ad151d0ce980916a (diff)
patch 8.1.2407: proto files, dependencies and build instructions outdatedv8.1.2407
Problem: proto file, dependenciess and Build instructions outdated. Solution: Update proto files, dependencies and build instructions.
Diffstat (limited to 'src/proto/popupwin.pro')
-rw-r--r--src/proto/popupwin.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro
index dafe657de0..11db3622bc 100644
--- a/src/proto/popupwin.pro
+++ b/src/proto/popupwin.pro
@@ -49,8 +49,8 @@ void popup_check_cursor_pos(void);
void may_update_popup_mask(int type);
void update_popups(void (*win_update)(win_T *wp));
int set_ref_in_popups(int copyID);
-win_T *popup_find_preview_window(void);
int popup_is_popup(win_T *wp);
+win_T *popup_find_preview_window(void);
win_T *popup_find_info_window(void);
void f_popup_findinfo(typval_T *argvars, typval_T *rettv);
void f_popup_findpreview(typval_T *argvars, typval_T *rettv);