summaryrefslogtreecommitdiff
path: root/atari/plot/plot.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-07-23 02:03:09 +0200
committerOle Loots <ole@monochrom.net>2012-07-23 02:03:09 +0200
commit2158ed7bce81e884effecf747ee8430042c08056 (patch)
treed4e8bdb989357a86aa6f9a9b9c79a35b8a5579dd /atari/plot/plot.h
parent5433eecfeaf0517a3ed91b2a2beb9f78eaf4cef6 (diff)
downloadnetsurf-2158ed7bce81e884effecf747ee8430042c08056.tar.gz
netsurf-2158ed7bce81e884effecf747ee8430042c08056.tar.bz2
moved "bitmap_resize()" to bitmap.c
Diffstat (limited to 'atari/plot/plot.h')
-rwxr-xr-xatari/plot/plot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/atari/plot/plot.h b/atari/plot/plot.h
index 71546648e..c90d2aefc 100755
--- a/atari/plot/plot.h
+++ b/atari/plot/plot.h
@@ -113,7 +113,6 @@ void plotter_get_clip_grect(GRECT * out);
bool plot_clip(const struct rect *clip);
bool plot_rectangle( int x0, int y0, int x1, int y1,const plot_style_t *style );
bool plot_line( int x0, int y0, int x1, int y1, const plot_style_t *style );
-bool plot_resize_bitmap(struct bitmap * img, int nw, int nh);
bool plot_blit_bitmap(struct bitmap * bmp, int x, int y,
unsigned long bg, unsigned long flags);
bool plot_blit_mfdb(GRECT * loc, MFDB * insrc, unsigned char fgcolor,