Added plot_set_scale / plot_get_scale prototypes
This commit is contained in:
parent
d53cbcbcb2
commit
a2ec08be80
|
@ -107,6 +107,8 @@ bool plot_lock(void);
|
||||||
bool plot_unlock(void);
|
bool plot_unlock(void);
|
||||||
bool plot_set_dimensions( int x, int y, int w, int h );
|
bool plot_set_dimensions( int x, int y, int w, int h );
|
||||||
bool plot_get_dimensions(GRECT *dst);
|
bool plot_get_dimensions(GRECT *dst);
|
||||||
|
float plot_get_scale();
|
||||||
|
bool plot_set_scale(float);
|
||||||
bool plot_get_clip(struct rect * out);
|
bool plot_get_clip(struct rect * out);
|
||||||
/* Get clipping for current framebuffer as GRECT */
|
/* Get clipping for current framebuffer as GRECT */
|
||||||
void plot_get_clip_grect(GRECT * out);
|
void plot_get_clip_grect(GRECT * out);
|
||||||
|
|
Loading…
Reference in New Issue