commit | a42d945efc60e6130c15f72b5a5aa9fd2b63241a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 21:46:30 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 21:46:30 2019 +0200 |
tree | 241a17519918476c5d216d203fecad13d7ff4159 | |
parent | 26910de8b0da6abab87bd5a397330f9cbe483309 [diff] [blame] |
patch 8.1.1548: popup_dialog() is not implemented Problem: Popup_dialog() is not implemented. Solution: Implement popup_dialog() and popup_filter_yesno().
diff --git a/src/structs.h b/src/structs.h index 5925927..09158a0 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1998,7 +1998,8 @@ # define POPUPWIN_DEFAULT_ZINDEX 50 # define POPUPMENU_ZINDEX 100 -# define POPUPWIN_NOTIFICATION_ZINDEX 200 +# define POPUPWIN_DIALOG_ZINDEX 200 +# define POPUPWIN_NOTIFICATION_ZINDEX 300 #endif /*