summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 00:30:51 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 00:30:51 +0100
commit1edf8f28480fcb780dc6504022c65b6cc6c019cf (patch)
treead6901b99db5cfb02299a6d201a135b045fe0b65 /frontends/amiga/gui.h
parentc64d48005c31a7046f224b796a3da5ac0e79751d (diff)
downloadnetsurf-1edf8f28480fcb780dc6504022c65b6cc6c019cf.tar.gz
netsurf-1edf8f28480fcb780dc6504022c65b6cc6c019cf.tar.bz2
set find window function
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -308,6 +308,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
*/
bool ami_gui_get_throbbing(struct gui_window *gw);