From 355799ce0bbb078237dfc1ae9874bbc5342acbc4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 17 Dec 2009 23:55:02 +0000 Subject: Merge branches/MarkieB/gtkmain to trunk. svn path=/trunk/netsurf/; revision=9729 --- beos/beos_scaffolding.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'beos/beos_scaffolding.cpp') diff --git a/beos/beos_scaffolding.cpp b/beos/beos_scaffolding.cpp index cd6f01e38..7b12d433e 100644 --- a/beos/beos_scaffolding.cpp +++ b/beos/beos_scaffolding.cpp @@ -2311,6 +2311,22 @@ void gui_window_stop_throbber(struct gui_window* _g) g->top_view->UnlockLooper(); } +/** + * add retrieved favicon to the gui + */ +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) +{ +} + #warning XXX #if 0 /* GTK */ gboolean nsbeos_scaffolding_is_busy(nsbeos_scaffolding *scaffold) -- cgit v1.2.3