summaryrefslogtreecommitdiff
path: root/atari/plot.h
diff options
context:
space:
mode:
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 );