summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-01 21:11:05 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-01 21:11:05 +0200
commit9bcb70c18a740bf9d97a1420df5964618f218a89 (patch)
treed30e627ced878e523bf4ed499396123a526a21ef /src/structs.h
parent13b11eddcaf5176fb1127c8bc8f4b4f46bd05488 (diff)
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 21b5f693bd..7a21d270a4 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"