summaryrefslogtreecommitdiff
path: root/atari/plot/plot.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-12-13 01:25:28 +0100
committerOle Loots <ole@monochrom.net>2013-12-13 01:25:28 +0100
commit571b8e0167cfba96fc9650c4dc8ff60b0b1844c1 (patch)
tree7f0603beed818e5cbe632338ed0bdce0c6398c9a /atari/plot/plot.h
parente9f2c3a9bfc831fe9177564225236e2588e257df (diff)
downloadnetsurf-571b8e0167cfba96fc9650c4dc8ff60b0b1844c1.tar.gz
netsurf-571b8e0167cfba96fc9650c4dc8ff60b0b1844c1.tar.bz2
plot_set_scale return old scale now.
Diffstat (limited to 'atari/plot/plot.h')
-rwxr-xr-xatari/plot/plot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/plot/plot.h b/atari/plot/plot.h
index 7bef5b92d..0c5d8164c 100755
--- a/atari/plot/plot.h
+++ b/atari/plot/plot.h
@@ -108,7 +108,7 @@ bool plot_unlock(void);
bool plot_set_dimensions( int x, int y, int w, int h );
bool plot_get_dimensions(GRECT *dst);
float plot_get_scale(void);
-bool plot_set_scale(float);
+float plot_set_scale(float);
bool plot_get_clip(struct rect * out);
/* Get clipping for current framebuffer as GRECT */
void plot_get_clip_grect(GRECT * out);