summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/riscos/window.c b/riscos/window.c
index 764a014ed..effb4dac6 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -1104,6 +1104,21 @@ void gui_window_stop_throbber(struct gui_window *g)
}
}
+/**
+ * set favicon
+ */
+void gui_window_set_icon(struct gui_window *g, struct content *icon)
+{
+}
+
+/**
+* set gui display of a retrieved favicon representing the search provider
+* \param ico may be NULL for local calls; then access current cache from
+* search_web_ico()
+*/
+void gui_window_set_search_ico(struct content *ico)
+{
+}
/**
* Place the caret in a browser window.