summaryrefslogtreecommitdiffstats
path: root/src/proto/popupwin.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-29 07:41:35 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-29 07:41:35 +0200
commitf9c85f580b3792f6b95107412972f5360d412ef0 (patch)
treefaaacd461a2d7788b15f15e317d466070fe26e8d /src/proto/popupwin.pro
parent548be7f126dc57ca861cb26dc6492c3b2a9e2c99 (diff)
patch 8.1.1608: the evalfunc.c file is too bigv8.1.1607
Problem: The evalfunc.c file is too big. Solution: Move sign functionality to sign.c.
Diffstat (limited to 'src/proto/popupwin.pro')
-rw-r--r--src/proto/popupwin.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro
index 2f669468ff..7ac8612cd7 100644
--- a/src/proto/popupwin.pro
+++ b/src/proto/popupwin.pro
@@ -2,6 +2,8 @@
int popup_on_border(win_T *wp, int row, int col);
void popup_start_drag(win_T *wp);
void popup_drag(win_T *wp);
+void popup_set_firstline(win_T *wp);
+void popup_handle_scrollbar_click(win_T *wp, int row, int col);
int popup_height(win_T *wp);
int popup_width(win_T *wp);
void popup_adjust_position(win_T *wp);