From 0e0c6eb1ee81a9e4508fbaddcb05f7e545f1b040 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 16 Apr 2009 17:13:37 +0000 Subject: Fix debug build. Is this worth the effort, I wonder? svn path=/trunk/netsurf/; revision=7106 --- debug/netsurfd.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'debug/netsurfd.c') diff --git a/debug/netsurfd.c b/debug/netsurfd.c index 29db10d4f..406cd9e22 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -20,6 +20,7 @@ #include #include #include +#include #include "utils/config.h" #include "content/fetch.h" #include "content/content.h" @@ -182,12 +183,6 @@ void plugin_close(struct content *c) {} bool plugin_handleable(const char *mime_type) {return false;} #endif -#ifndef riscos -bool bitmap_get_opaque(struct bitmap *bitmap) { return false; } -bool bitmap_test_opaque(struct bitmap *bitmap) { return false; } -void bitmap_set_opaque(struct bitmap *bitmap, bool opaque) {} -#endif - void tree_initialise_redraw(struct tree *tree) {} void tree_redraw_area(struct tree *tree, int x, int y, int width, int height) {} void tree_draw_line(int x, int y, int width, int height) {} @@ -202,7 +197,7 @@ void tree_set_node_sprite_folder(struct node *node) {} #ifndef riscos void schedule(int t, void (*callback)(void *p), void *p) {} void schedule_remove(void (*callback)(void *p), void *p) {} -bool schedule_run(void) {} +bool schedule_run(void) { return false; } #endif bool selection_highlighted(struct selection *s, unsigned start, unsigned end, -- cgit v1.2.3