From 0f5cc9f03aa9b41604ce69e8eccda94197d47442 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 2 Jan 2014 17:49:08 +0100 Subject: Added prototype for plot_get_abs_clipping_grect --- atari/plot/plot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'atari/plot/plot.h') 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); -- cgit v1.2.3