mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-01 16:54:30 +03:00
fix previous prototype
This commit is contained in:
parent
a2ec08be80
commit
8a56be414f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user