From 6c009a39744b49393464567266a3fa3562f08ee2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 8 Jun 2019 16:06:28 +0200 Subject: [PATCH] patch 8.1.1494: build failure Problem: Build failure. Solution: Add missing changes. --- src/structs.h | 3 +++ src/version.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/structs.h b/src/structs.h index c68989aabf..5f27d42f31 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 fb159d95e7..ed8fba056e 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1494, /**/ 1493, /**/ -- 2.47.3