# HG changeset patch # User Bram Moolenaar # Date 1560003305 -7200 # Node ID 959ea232e50d09e5fc4b6d44ea97c061592154fa # Parent 0dc75bc62cd849a8c143976612f41f2be20a4f05 patch 8.1.1494: build failure commit https://github.com/vim/vim/commit/6c009a39744b49393464567266a3fa3562f08ee2 Author: Bram Moolenaar Date: Sat Jun 8 16:06:28 2019 +0200 patch 8.1.1494: build failure Problem: Build failure. Solution: Add missing changes. diff --git a/src/structs.h b/src/structs.h --- 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 --- 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,