comparison 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
comparison
equal deleted inserted replaced
16987:0dc75bc62cd8 16988:959ea232e50d
1989 POPPOS_TOPLEFT, 1989 POPPOS_TOPLEFT,
1990 POPPOS_BOTRIGHT, 1990 POPPOS_BOTRIGHT,
1991 POPPOS_TOPRIGHT, 1991 POPPOS_TOPRIGHT,
1992 POPPOS_CENTER 1992 POPPOS_CENTER
1993 } poppos_T; 1993 } poppos_T;
1994
1995 # define POPUPWIN_DEFAULT_ZINDEX 50
1996 # define POPUPMENU_ZINDEX 100
1994 #endif 1997 #endif
1995 1998
1996 /* 1999 /*
1997 * These are items normally related to a buffer. But when using ":ownsyntax" 2000 * These are items normally related to a buffer. But when using ":ownsyntax"
1998 * a window may have its own instance. 2001 * a window may have its own instance.