mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00
multigrid: reorganize types and global varaibles
This commit is contained in:
@@ -264,7 +264,7 @@ void nvim_ui_try_resize_grid(uint64_t channel_id, Integer grid, Integer width,
|
||||
return;
|
||||
}
|
||||
|
||||
ui_grid_resize((GridHandle)grid, (int)width, (int)height, error);
|
||||
ui_grid_resize((handle_T)grid, (int)width, (int)height, error);
|
||||
}
|
||||
|
||||
/// Pushes data into UI.UIData, to be consumed later by remote_ui_flush().
|
||||
|
Reference in New Issue
Block a user