diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-08 16:06:28 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-08 16:06:28 +0200 |
commit | 6c009a39744b49393464567266a3fa3562f08ee2 (patch) | |
tree | 4d0b1d1c4637a13ef9c82955c5ebf89ed6ef4bdb /src | |
parent | 33796b39b9f00b42ca57fa00dbbb52316d9d38ff (diff) | |
download | vim-git-6c009a39744b49393464567266a3fa3562f08ee2.tar.gz |
patch 8.1.1494: build failurev8.1.1494
Problem: Build failure.
Solution: Add missing changes.
Diffstat (limited to 'src')
-rw-r--r-- | src/structs.h | 3 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index c68989aab..5f27d42f3 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1991,6 +1991,9 @@ typedef enum { POPPOS_TOPRIGHT, POPPOS_CENTER } poppos_T; + +# define POPUPWIN_DEFAULT_ZINDEX 50 +# define POPUPMENU_ZINDEX 100 #endif /* diff --git a/src/version.c b/src/version.c index fb159d95e..ed8fba056 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1494, +/**/ 1493, /**/ 1492, |