summaryrefslogtreecommitdiff
path: root/atari/plot.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-02-25 23:19:56 +0000
committerOle Loots <ole@monochrom.net>2011-02-25 23:19:56 +0000
commitd324c0397cad8eacdef0c6fb5d8dbea53c45598b (patch)
treefee345d03f7a3795af8704c7d1f31d4d5840c040 /atari/plot.h
parent558292505214dd703b0f5b519f2c8716132de71c (diff)
downloadnetsurf-d324c0397cad8eacdef0c6fb5d8dbea53c45598b.tar.gz
netsurf-d324c0397cad8eacdef0c6fb5d8dbea53c45598b.tar.bz2
merged clipping parameter changes.
svn path=/trunk/netsurf/; revision=11810
Diffstat (limited to 'atari/plot.h')
-rwxr-xr-xatari/plot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/atari/plot.h b/atari/plot.h
index a11b6d576..9b7dc5f1f 100755
--- a/atari/plot.h
+++ b/atari/plot.h
@@ -26,8 +26,7 @@ struct rect;
int atari_plotter_init( char*, char * );
int atari_plotter_finalise( void );
-
-bool plot_get_clip(struct s_clipping * out);
+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 );