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 1e7920d49..6aabcb57e 100644
--- a/src/gui/gui-window.h
+++ b/src/gui/gui-window.h
@@ -128,6 +128,7 @@ extern struct t_gui_window *gui_window_new (struct t_gui_window *parent_window,
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 struct t_gui_window *gui_window_search_with_buffer (struct t_gui_buffer *buffer);
extern int gui_window_get_integer (struct t_gui_window *window,
const char *property);
extern const char *gui_window_get_string (struct t_gui_window *window,