mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
192d05c20c
svn path=/trunk/netsurf/; revision=9849
6 lines
167 B
C
6 lines
167 B
C
nsfb_t *framebuffer_initialise(const char *fename, int width, int height, int bpp);
|
|
void framebuffer_finalise(void);
|
|
bool framebuffer_set_cursor(struct bitmap *bm);
|
|
|
|
|