changeset 16988:959ea232e50d v8.1.1494

patch 8.1.1494: build failure commit https://github.com/vim/vim/commit/6c009a39744b49393464567266a3fa3562f08ee2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 8 16:06:28 2019 +0200 patch 8.1.1494: build failure Problem: Build failure. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jun 2019 16:15:05 +0200
parents 0dc75bc62cd8
children 1a90a9eebf6e
files src/structs.h src/version.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 /*
--- 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,