summaryrefslogtreecommitdiff
path: root/atari/plot.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-06-03 17:06:11 +0000
committerOle Loots <ole@monochrom.net>2012-06-03 17:06:11 +0000
commit95bf664c884f544a6a82026bf66b3b846f4c6710 (patch)
treea7e16df495e69c0e2788f15e38855d032f8ce7e0 /atari/plot.h
parent9dc9e36bc3a99bc4c8c3c2061df4097e3ccc446c (diff)
downloadnetsurf-95bf664c884f544a6a82026bf66b3b846f4c6710.tar.gz
netsurf-95bf664c884f544a6a82026bf66b3b846f4c6710.tar.bz2
Load toolbar icons from a single bitmap file.
svn path=/trunk/netsurf/; revision=13935
Diffstat (limited to 'atari/plot.h')
-rwxr-xr-xatari/plot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/plot.h b/atari/plot.h
index 7348c71c7..b3f93b219 100755
--- a/atari/plot.h
+++ b/atari/plot.h
@@ -27,8 +27,8 @@ struct rect;
extern const struct plotter_table atari_plotters;
int atari_plotter_init( char*, char * );
-int atari_plotter_finalise( void );
-void plot_set_knockout( int set );
+int atari_plotter_finalise( void );
+bool plot_set_dimensions( int x, int y, int w, int h );
bool plot_get_clip(struct rect * out);
bool plot_clip(const struct rect *clip);
bool plot_rectangle( int x0, int y0, int x1, int y1,const plot_style_t *style );