Added prototype for plot_get_abs_clipping_grect

This commit is contained in:
Ole Loots 2014-01-02 17:49:08 +01:00
parent cd70ecd405
commit 0f5cc9f03a
1 changed files with 1 additions and 0 deletions

View File

@ -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);