From a2ec08be804a028c017bfc55d24931fb5d8ac489 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 4 Dec 2013 00:51:38 +0100 Subject: Added plot_set_scale / plot_get_scale prototypes --- atari/plot/plot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atari/plot/plot.h b/atari/plot/plot.h index d00bbc669..7703c65f1 100755 --- a/atari/plot/plot.h +++ b/atari/plot/plot.h @@ -107,6 +107,8 @@ bool plot_lock(void); 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(); +bool 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); -- cgit v1.2.3