mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-08 18:44:28 +03:00
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);
|
|
|
|
|