Subversion Repositories Kolibri OS

Rev

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

  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);
  14.