]> granicus.if.org Git - vim/commitdiff
patch 8.1.1494: build failure v8.1.1494
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Jun 2019 14:06:28 +0000 (16:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Jun 2019 14:06:28 +0000 (16:06 +0200)
Problem:    Build failure.
Solution:   Add missing changes.

src/structs.h
src/version.c

index c68989aabfd29023b8ebfeaf5220dcfd5da481dc..5f27d42f31ca8f6deb97f0920abdc883f8c9e02a 100644 (file)
@@ -1991,6 +1991,9 @@ typedef enum {
     POPPOS_TOPRIGHT,
     POPPOS_CENTER
 } poppos_T;
+
+# define POPUPWIN_DEFAULT_ZINDEX    50
+# define POPUPMENU_ZINDEX          100
 #endif
 
 /*
index fb159d95e717ad0dafcb7486821da13978369f07..ed8fba056eb30aa45ab3d1aa72feeb6823cc5e1c 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1494,
 /**/
     1493,
 /**/