summaryrefslogtreecommitdiff
path: root/src/gui/gui-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-window.h')
-rw-r--r--src/gui/gui-window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-window.h b/src/gui/gui-window.h
index cedb0d2a2..bf5352266 100644
--- a/src/gui/gui-window.h
+++ b/src/gui/gui-window.h
@@ -129,6 +129,7 @@ extern void gui_window_tree_free (struct t_gui_window_tree **tree);
extern struct t_gui_window *gui_window_new (struct t_gui_window *parent,
int x, int y, int width, int height,
int width_pct, int height_pct);
+extern int gui_window_valid (struct t_gui_window *window);
extern void gui_window_free (struct t_gui_window *window);
extern struct t_gui_window *gui_window_search_by_buffer (struct t_gui_buffer *buffer);
extern void gui_window_switch_server (struct t_gui_window *window);