2011-06-30 19:48:07 +04:00
|
|
|
#include "desktop/plotters.h"
|
|
|
|
|
|
|
|
extern const struct plotter_table fb_plotters;
|
|
|
|
|
2010-01-20 20:07:26 +03:00
|
|
|
nsfb_t *framebuffer_initialise(const char *fename, int width, int height, int bpp);
|
2009-06-28 22:32:47 +04:00
|
|
|
void framebuffer_finalise(void);
|
2011-11-21 12:45:08 +04:00
|
|
|
bool framebuffer_set_cursor(struct fbtk_bitmap *bm);
|
|
|
|
|
|
|
|
/** Set framebuffer surface to render into
|
|
|
|
*
|
|
|
|
* @return return old surface
|
|
|
|
*/
|
|
|
|
nsfb_t *framebuffer_set_surface(nsfb_t *new_nsfb);
|