fix previous prototype

This commit is contained in:
Ole Loots 2013-12-04 00:53:20 +01:00
parent a2ec08be80
commit 8a56be414f

View File

@ -107,7 +107,7 @@ 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();
float plot_get_scale(void);
bool plot_set_scale(float);
bool plot_get_clip(struct rect * out);
/* Get clipping for current framebuffer as GRECT */