24#ifndef NETSURF_FB_FRAMEBUFFER_H
25#define NETSURF_FB_FRAMEBUFFER_H
static const char * fename
nsfb_t * framebuffer_initialise(const char *fename, int width, int height, int bpp)
bool framebuffer_resize(nsfb_t *nsfb, int width, int height, int bpp)
const struct plotter_table fb_plotters
framebuffer plot operation table
nsfb_t * framebuffer_set_surface(nsfb_t *new_nsfb)
Set framebuffer surface to render into.
void framebuffer_finalise(void)
bool framebuffer_set_cursor(struct fbtk_bitmap *bm)
framebuffer toolkit bitmaps
Plotter operations table.