commit | 68d48f40a4da79547b53e3164b658812e154d411 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 22:42:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 22:42:41 2019 +0200 |
tree | f105df9cab26c0ecb688974635a6bd4fc978e7be | |
parent | 7c7f01e2b260c75d9996ca9ab621119eafe13a63 [diff] [blame] |
patch 8.1.1522: poup_notification() not implemented yet Problem: Popup_notification() not implemented yet. Solution: Implement it.
diff --git a/src/structs.h b/src/structs.h index 8e6d93f..1fd4309 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1992,8 +1992,9 @@ POPPOS_CENTER } poppos_T; -# define POPUPWIN_DEFAULT_ZINDEX 50 -# define POPUPMENU_ZINDEX 100 +# define POPUPWIN_DEFAULT_ZINDEX 50 +# define POPUPMENU_ZINDEX 100 +# define POPUPWIN_NOTIFICATION_ZINDEX 200 #endif /*