diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-17 21:08:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-17 21:08:07 +0200 |
commit | f15a24b2ec14e279d15bd509be79176ee3c4d5c9 (patch) | |
tree | 8877444ee560d0fe7659fc555d347b7a5afec86c /src/gui/gui-window.h | |
parent | e5f963f78a4e89c5670a90f8a83a9eebb0173ea8 (diff) | |
download | weechat-f15a24b2ec14e279d15bd509be79176ee3c4d5c9.zip |
core: add option "close" in command /window (closes #853)
Diffstat (limited to 'src/gui/gui-window.h')
-rw-r--r-- | src/gui/gui-window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-window.h b/src/gui/gui-window.h index 337949205..c9962e449 100644 --- a/src/gui/gui-window.h +++ b/src/gui/gui-window.h @@ -233,6 +233,7 @@ extern void gui_window_resize_delta (struct t_gui_window_tree *tree, int delta_percentage); extern int gui_window_merge (struct t_gui_window *window); extern void gui_window_merge_all (struct t_gui_window *window); +extern int gui_window_close (struct t_gui_window *window); extern void gui_window_switch_up (struct t_gui_window *window); extern void gui_window_switch_down (struct t_gui_window *window); extern void gui_window_switch_left (struct t_gui_window *window); |