summaryrefslogtreecommitdiffstats
path: root/src/proto/popupwin.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-16 22:49:40 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-16 22:49:40 +0100
commit0324f9ea0aa5a0b983c21199a83e788d5863375d (patch)
tree5a7dc4463fc009bc06ae04ee694c4b4e65044fe1 /src/proto/popupwin.pro
parentd8a8c4ca089eaaf7934c0f2b3be676df5a4c0248 (diff)
patch 8.1.2311: warning for missing function prototypev8.1.2311
Problem: Warning for missing function prototype. Solution: Add the proto. (Dominique Pelle, closes #5233)
Diffstat (limited to 'src/proto/popupwin.pro')
-rw-r--r--src/proto/popupwin.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro
index 6e9b162a40..dafe657de0 100644
--- a/src/proto/popupwin.pro
+++ b/src/proto/popupwin.pro
@@ -7,6 +7,7 @@ void popup_set_firstline(win_T *wp);
int popup_is_in_scrollbar(win_T *wp, int row, int col);
void popup_handle_scrollbar_click(win_T *wp, int row, int col);
int popup_top_extra(win_T *wp);
+int popup_left_extra(win_T *wp);
int popup_height(win_T *wp);
int popup_width(win_T *wp);
int popup_extra_width(win_T *wp);