diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-05-01 13:29:34 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2021-05-15 13:56:27 +0200 |
commit | edb5864a29ec0d1049c4674afb75c8279301446c (patch) | |
tree | 2ced0985bb7d20d64a42d927323c1e4878f6cdd1 /src/nvim/api/ui_events.in.h | |
parent | 7d82ea01025b6981e0233ca9a5e7ee62c8b5bcad (diff) | |
download | rneovim-edb5864a29ec0d1049c4674afb75c8279301446c.tar.gz rneovim-edb5864a29ec0d1049c4674afb75c8279301446c.tar.bz2 rneovim-edb5864a29ec0d1049c4674afb75c8279301446c.zip |
floats: z-index
Diffstat (limited to 'src/nvim/api/ui_events.in.h')
-rw-r--r-- | src/nvim/api/ui_events.in.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/api/ui_events.in.h b/src/nvim/api/ui_events.in.h index e934d5dc92..11e21a88ea 100644 --- a/src/nvim/api/ui_events.in.h +++ b/src/nvim/api/ui_events.in.h @@ -106,7 +106,8 @@ void win_pos(Integer grid, Window win, Integer startrow, Integer startcol, Integer width, Integer height) FUNC_API_SINCE(6) FUNC_API_REMOTE_ONLY; void win_float_pos(Integer grid, Window win, String anchor, Integer anchor_grid, - Float anchor_row, Float anchor_col, Boolean focusable) + Float anchor_row, Float anchor_col, Boolean focusable, + Integer zindex) FUNC_API_SINCE(6) FUNC_API_REMOTE_ONLY; void win_external_pos(Integer grid, Window win) FUNC_API_SINCE(6) FUNC_API_REMOTE_ONLY; |