comparison src/proto/popupwin.pro @ 17582:6fea25072c35 v8.1.1788

patch 8.1.1788: missing changes in proto file commit https://github.com/vim/vim/commit/f4fd7ecbc025e8022c3fbfe52bc512b907cb5459 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 1 21:26:00 2019 +0200 patch 8.1.1788: missing changes in proto file Problem: missing changes in proto file Solution: Update proto file.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Aug 2019 21:30:06 +0200
parents 696030820746
children 65a8099fc0e8
comparison
equal deleted inserted replaced
17581:78604ed0276c 17582:6fea25072c35
1 /* popupwin.c */ 1 /* popupwin.c */
2 int popup_on_border(win_T *wp, int row, int col); 2 int popup_on_border(win_T *wp, int row, int col);
3 int popup_on_X_button(win_T *wp, int row, int col); 3 int popup_on_X_button(win_T *wp, int row, int col);
4 void popup_start_drag(win_T *wp); 4 void popup_start_drag(win_T *wp, int row, int col);
5 void popup_drag(win_T *wp); 5 void popup_drag(win_T *wp);
6 void popup_set_firstline(win_T *wp); 6 void popup_set_firstline(win_T *wp);
7 int popup_is_in_scrollbar(win_T *wp, int row, int col); 7 int popup_is_in_scrollbar(win_T *wp, int row, int col);
8 void popup_handle_scrollbar_click(win_T *wp, int row, int col); 8 void popup_handle_scrollbar_click(win_T *wp, int row, int col);
9 int popup_height(win_T *wp); 9 int popup_height(win_T *wp);