0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1646: build failure

Problem:    build failure
Solution:   Add changes to structure.
This commit is contained in:
Bram Moolenaar
2019-07-07 18:38:34 +02:00
parent b3d17a20d2
commit 56a6312099
2 changed files with 5 additions and 0 deletions

View File

@@ -2941,6 +2941,9 @@ struct window_S
linenr_T w_popup_lnum; // close popup if cursor not on this line
colnr_T w_popup_mincol; // close popup if cursor before this col
colnr_T w_popup_maxcol; // close popup if cursor after this col
int w_popup_mouse_row; // close popup if mouse moves away
int w_popup_mouse_mincol; // close popup if mouse moves away
int w_popup_mouse_maxcol; // close popup if mouse moves away
int w_popup_drag; // allow moving the popup with the mouse
popclose_T w_popup_close; // allow closing the popup with the mouse