diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-28 11:42:57 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-28 11:42:57 +0100 |
commit | 27431e234d295bb909f056f0d03050cffc662115 (patch) | |
tree | b50bfeb62911ddf8236664d4305c8efcd39f57a8 /src/gui/gui-bar.h | |
parent | aa0289cbbdecb330318a589949d4018ec3b66ee9 (diff) | |
download | weechat-27431e234d295bb909f056f0d03050cffc662115.zip |
core: check bar conditions in root bars and on each update of a bar item
Diffstat (limited to 'src/gui/gui-bar.h')
-rw-r--r-- | src/gui/gui-bar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui-bar.h b/src/gui/gui-bar.h index 974a54b87..6482e75c7 100644 --- a/src/gui/gui-bar.h +++ b/src/gui/gui-bar.h @@ -116,8 +116,8 @@ extern int gui_bar_search_option (const char *option_name); extern int gui_bar_search_type (const char *type); extern int gui_bar_search_position (const char *position); extern enum t_gui_bar_filling gui_bar_get_filling (struct t_gui_bar *bar); -extern int gui_bar_check_conditions_for_window (struct t_gui_bar *bar, - struct t_gui_window *window); +extern int gui_bar_check_conditions (struct t_gui_bar *bar, + struct t_gui_window *window); extern int gui_bar_root_get_size (struct t_gui_bar *bar, enum t_gui_bar_position position); extern struct t_gui_bar *gui_bar_search (const char *name); |