commit | 6c009a39744b49393464567266a3fa3562f08ee2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 16:06:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 16:06:28 2019 +0200 |
tree | 4d0b1d1c4637a13ef9c82955c5ebf89ed6ef4bdb | |
parent | 33796b39b9f00b42ca57fa00dbbb52316d9d38ff [diff] [blame] |
patch 8.1.1494: build failure Problem: Build failure. Solution: Add missing changes.
diff --git a/src/structs.h b/src/structs.h index c68989a..5f27d42 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1991,6 +1991,9 @@ POPPOS_TOPRIGHT, POPPOS_CENTER } poppos_T; + +# define POPUPWIN_DEFAULT_ZINDEX 50 +# define POPUPMENU_ZINDEX 100 #endif /*