Skip to content

Commit 6c009a3

Browse files
committed
patch 8.1.1494: build failure
Problem: Build failure. Solution: Add missing changes.
1 parent 33796b3 commit 6c009a3

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/structs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,6 +1991,9 @@ typedef enum {
19911991
POPPOS_TOPRIGHT,
19921992
POPPOS_CENTER
19931993
} poppos_T;
1994+
1995+
# define POPUPWIN_DEFAULT_ZINDEX 50
1996+
# define POPUPMENU_ZINDEX 100
19941997
#endif
19951998

19961999
/*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,8 @@ static char *(features[]) =
767767

768768
static int included_patches[] =
769769
{ /* Add new patch number below this line */
770+
/**/
771+
1494,
770772
/**/
771773
1493,
772774
/**/

0 commit comments

Comments
 (0)