]> granicus.if.org Git - vim/commitdiff
patch 8.1.1788: missing changes in proto file v8.1.1788
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Aug 2019 19:26:00 +0000 (21:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Aug 2019 19:26:00 +0000 (21:26 +0200)
Problem:    missing changes in proto file
Solution:   Update proto file.

src/proto/popupwin.pro
src/version.c

index 145cbea25b3de21a3b7f1482d5a7ea2a41d5b3f3..63ff37aaf080ad1109af40021667e4dacf4b9d14 100644 (file)
@@ -1,7 +1,7 @@
 /* popupwin.c */
 int popup_on_border(win_T *wp, int row, int col);
 int popup_on_X_button(win_T *wp, int row, int col);
-void popup_start_drag(win_T *wp);
+void popup_start_drag(win_T *wp, int row, int col);
 void popup_drag(win_T *wp);
 void popup_set_firstline(win_T *wp);
 int popup_is_in_scrollbar(win_T *wp, int row, int col);
index 8ec7b411e38b2c06e1bd976eb17abd2c114134e8..edb770cfe8b179f98e16330f8f6e2a945fe2120b 100644 (file)
@@ -773,6 +773,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1788,
 /**/
     1787,
 /**/