summaryrefslogtreecommitdiff
path: root/atari/plot/plot.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2014-01-02 17:49:08 +0100
committerOle Loots <ole@monochrom.net>2014-01-02 17:49:08 +0100
commit0f5cc9f03aa9b41604ce69e8eccda94197d47442 (patch)
tree42fa28e10897966ed4bb739ae40691ff6908e616 /atari/plot/plot.h
parentcd70ecd4055248fec6739e63df5e5a2bcb6c265b (diff)
downloadnetsurf-0f5cc9f03aa9b41604ce69e8eccda94197d47442.tar.gz
netsurf-0f5cc9f03aa9b41604ce69e8eccda94197d47442.tar.bz2
Added prototype for plot_get_abs_clipping_grect
Diffstat (limited to 'atari/plot/plot.h')
-rwxr-xr-xatari/plot/plot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/plot/plot.h b/atari/plot/plot.h
index 31c64c863..00546e879 100755
--- a/atari/plot/plot.h
+++ b/atari/plot/plot.h
@@ -111,6 +111,7 @@ float plot_get_scale(void);
float plot_set_scale(float);
void plot_set_abs_clipping(const GRECT *area);
void plot_get_abs_clipping(struct rect *dst);
+void plot_get_abs_clipping_grect(GRECT *dst);
bool plot_get_clip(struct rect * out);
/* Get clipping for current framebuffer as GRECT */
void plot_get_clip_grect(GRECT * out);