mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
floats: z-index
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user