From 1edf8f28480fcb780dc6504022c65b6cc6c019cf Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 8 May 2019 00:30:51 +0100 Subject: set find window function --- frontends/amiga/gui.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontends/amiga/gui.h') diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h index 50a340e7f..e16390147 100644 --- a/frontends/amiga/gui.h +++ b/frontends/amiga/gui.h @@ -307,6 +307,11 @@ struct ami_history_local_window *ami_gui_get_history_window(struct gui_window *g */ void ami_gui_set_history_window(struct gui_window *gw, struct ami_history_local_window *hw); +/** + * Set search window in gui_window + */ +void ami_gui_set_find_window(struct gui_window *gw, struct find_window *fw); + /** * Get throbbing status from gui_window */ -- cgit v1.2.3