mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
Added "max_height" parameter for bar item rebuild callbacks
This commit is contained in:
@@ -825,7 +825,8 @@ script_api_bar_item_new (struct t_weechat_plugin *weechat_plugin,
|
||||
char *(*build_callback)(void *data,
|
||||
struct t_gui_bar_item *item,
|
||||
struct t_gui_window *window,
|
||||
int remaining_space),
|
||||
int max_width,
|
||||
int max_height),
|
||||
char *function_build)
|
||||
{
|
||||
struct t_script_callback *new_script_callback;
|
||||
|
||||
Reference in New Issue
Block a user