diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-01 21:11:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-01 21:11:05 +0200 |
commit | 9bcb70c18a740bf9d97a1420df5964618f218a89 (patch) | |
tree | d30e627ced878e523bf4ed499396123a526a21ef /src/structs.h | |
parent | 13b11eddcaf5176fb1127c8bc8f4b4f46bd05488 (diff) | |
download | vim-git-9bcb70c18a740bf9d97a1420df5964618f218a89.tar.gz |
patch 8.1.1787: cannot resize a popup windowv8.1.1787
Problem: Cannot resize a popup window.
Solution: Allow for resizing by dragging the lower right corncer.
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h index 21b5f693b..7a21d270a 100644 --- a/src/structs.h +++ b/src/structs.h @@ -3017,7 +3017,6 @@ struct window_S 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 list_T *w_popup_mask; // list of lists for "mask" |