diff src/structs.h @ 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 a5e3509b33ca
children 727f8cc87a45
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
 
 /*