From d7ddeebe764c1081465d174edfa51af5b73043f0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 18 Dec 2009 00:06:57 +0000 Subject: Fix framebuffer build svn path=/trunk/netsurf/; revision=9730 --- framebuffer/gui.c | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'framebuffer/gui.c') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index eed55076c..643860f42 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -1261,6 +1261,22 @@ void gui_window_set_scale(struct gui_window *g, float scale) LOG(("set scale\n")); } +/** + * 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) +{ +} + struct gui_download_window *gui_download_window_create(const char *url, const char *mime_type, struct fetch *fetch, unsigned int total_size, struct gui_window *gui) @@ -1328,15 +1344,6 @@ void gui_launch_url(const char *url) { } -bool gui_search_term_highlighted(struct gui_window *g, - unsigned start_offset, unsigned end_offset, - unsigned *start_idx, unsigned *end_idx) -{ - return false; -} - - - void gui_cert_verify(struct browser_window *bw, struct content *c, const struct ssl_cert_info *certs, unsigned long num) { -- cgit v1.2.3