1
0
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:
Sebastien Helleu
2008-03-07 10:54:33 +01:00
parent 32e976ae72
commit 519f62c11d
13 changed files with 159 additions and 66 deletions
+2 -1
View File
@@ -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;