]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1580: cannot make part of a popup transparent v8.1.1580
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Jun 2019 22:15:57 +0000 (00:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Jun 2019 22:15:57 +0000 (00:15 +0200)
commitc662ec9978e9a381680ffe53d05da0e10bb8d1a0
tree6e70a57744f75ff95128c90f2257ce7f0e71936d
parent6c1e1570b1346de0d438fbb991bddab38c228290
patch 8.1.1580: cannot make part of a popup transparent

Problem:    Cannot make part of a popup transparent.
Solution:   Add the "mask" option.
runtime/doc/popup.txt
src/globals.h
src/popupwin.c
src/screen.c
src/structs.h
src/testdir/dumps/Test_popupwin_mask_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_popupwin_mask_2.dump [new file with mode: 0644]
src/ui.c
src/version.c
src/vim.h
src/window.c