From d3718bd4a78532b1559389058d17206916535c23 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 21 Feb 2007 21:23:01 +0000 Subject: Fix debug build. svn path=/trunk/netsurf/; revision=3185 --- debug/netsurfd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debug') diff --git a/debug/netsurfd.c b/debug/netsurfd.c index 10ef66a48..c5883c1ac 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -17,7 +17,9 @@ #include "netsurf/desktop/cookies.h" #include "netsurf/desktop/gui.h" #include "netsurf/desktop/options.h" +#include "netsurf/desktop/selection.h" #include "netsurf/desktop/textinput.h" +#include "netsurf/desktop/tree.h" #include "netsurf/image/bitmap.h" #include "netsurf/render/box.h" #include "netsurf/riscos/save_complete.h" @@ -81,7 +83,7 @@ int main(int argc, char *argv[]) 0, 0, true, false); if (c) { fetchcache_go(c, 0, callback, 0, 0, 1000, 1000, - 0, 0, true); + 0, 0, true, 0); done = c->status == CONTENT_STATUS_DONE; while (!done) fetch_poll(); @@ -193,14 +195,12 @@ void schedule_remove(void (*callback)(void *p), void *p) {} void schedule_run(void) {} #endif -bool selection_highlighted(struct selection *s, struct box *box, +bool selection_highlighted(struct selection *s, unsigned start, unsigned end, unsigned *start_idx, unsigned *end_idx) { return false; } bool gui_search_term_highlighted(struct gui_window *g, unsigned start_offset, unsigned end_offset, unsigned *start_idx, unsigned *end_idx) { return false; } -const char *local_encoding_name(void) { return "ISO-8859-1"; } - struct caret ghost_caret; bool cookies_update(const char *domain, const struct cookie_data *data) -- cgit v1.2.3