mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 01:09:39 +03:00
eddae6af06
svn path=/trunk/netsurf/; revision=12543
8 lines
244 B
C
8 lines
244 B
C
#include "desktop/plotters.h"
|
|
|
|
extern const struct plotter_table fb_plotters;
|
|
|
|
nsfb_t *framebuffer_initialise(const char *fename, int width, int height, int bpp);
|
|
void framebuffer_finalise(void);
|
|
bool framebuffer_set_cursor(struct bitmap *bm);
|