summaryrefslogtreecommitdiff
path: root/image/bitmap.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-10-17 21:12:32 +0000
committerJames Bursa <james@netsurf-browser.org>2004-10-17 21:12:32 +0000
commit63a4269651952a83e0ccb71a8eebb682395e4697 (patch)
treeb06240aa4db60fa233e3acfa5f6a83447a33dd6a /image/bitmap.h
parentde33b16b87cafa6751f4ceb9aa4582d05aecf72e (diff)
downloadnetsurf-63a4269651952a83e0ccb71a8eebb682395e4697.tar.gz
netsurf-63a4269651952a83e0ccb71a8eebb682395e4697.tar.bz2
[project @ 2004-10-17 21:12:32 by bursa]
Replace bitmap_redraw() with plot.bitmap(). svn path=/import/netsurf/; revision=1316
Diffstat (limited to 'image/bitmap.h')
-rw-r--r--image/bitmap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/image/bitmap.h b/image/bitmap.h
index 0c06f836f..058e03a46 100644
--- a/image/bitmap.h
+++ b/image/bitmap.h
@@ -31,10 +31,6 @@ bool bitmap_test_opaque(struct bitmap *bitmap);
char *bitmap_get_buffer(struct bitmap *bitmap);
size_t bitmap_get_rowstride(struct bitmap *bitmap);
void bitmap_destroy(struct bitmap *bitmap);
-bool bitmap_redraw(struct content *c, int x, int y,
- int width, int height,
- int clip_x0, int clip_y0, int clip_x1, int clip_y1,
- float scale, unsigned long background_colour);
bool bitmap_save(struct bitmap *bitmap, const char *path);
#endif