From 30edb722902dff842b5b9544f9b43846b93adc92 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 2 Jun 2009 13:01:45 +0000 Subject: add cursor support svn path=/trunk/libnsfb/; revision=7687 --- include/nsfb.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/nsfb.h') diff --git a/include/nsfb.h b/include/nsfb.h index cec4a63..7b28fcb 100644 --- a/include/nsfb.h +++ b/include/nsfb.h @@ -3,6 +3,7 @@ #include + /** NS Framebuffer context */ struct nsfb_s { @@ -17,10 +18,10 @@ struct nsfb_s { int linelen; /**< length of a video line. */ nsfb_colour_t palette[256]; /**< palette for index modes */ - nsfb_cursor_t *cursor; + nsfb_cursor_t *cursor; /**< cursor */ struct nsfb_frontend_rtns_s *frontend_rtns; /**< frontend routines. */ - void *frontend_priv; + void *frontend_priv; /**< frontend opaque data. */ nsfb_bbox_t clip; /**< current clipping rectangle for plotters */ struct nsfb_plotter_fns_s *plotter_fns; /**< Plotter methods */ -- cgit v1.2.3