Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
#include "desktop/plotters.h"
2
 
3
extern const struct plotter_table fb_plotters;
4
 
5
nsfb_t *framebuffer_initialise(const char *fename, int width, int height, int bpp);
6
void framebuffer_finalise(void);
7
bool framebuffer_set_cursor(struct fbtk_bitmap *bm);
8
 
9
/** Set framebuffer surface to render into
10
 *
11
 * @return return old surface
12
 */
13
nsfb_t *framebuffer_set_surface(nsfb_t *new_nsfb);