summaryrefslogtreecommitdiff
path: root/src/16bpp_plotters.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-06-02 13:01:45 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-06-02 13:01:45 +0000
commit30edb722902dff842b5b9544f9b43846b93adc92 (patch)
treeade17d9dc0ec2985a82a767134d2f22c354d181b /src/16bpp_plotters.c
parent3d5b21e1473dbdee6c3df66d9ba2a9d657f1b486 (diff)
downloadlibnsfb-30edb722902dff842b5b9544f9b43846b93adc92.tar.gz
libnsfb-30edb722902dff842b5b9544f9b43846b93adc92.tar.bz2
add cursor support
svn path=/trunk/libnsfb/; revision=7687
Diffstat (limited to 'src/16bpp_plotters.c')
-rw-r--r--src/16bpp_plotters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/16bpp_plotters.c b/src/16bpp_plotters.c
index 035a9a6..6497f91 100644
--- a/src/16bpp_plotters.c
+++ b/src/16bpp_plotters.c
@@ -325,7 +325,7 @@ glyph8(nsfb_t *nsfb,
static bool
bitmap(nsfb_t *nsfb,
- nsfb_bbox_t *loc,
+ const nsfb_bbox_t *loc,
const nsfb_colour_t *pixel,
int bmp_width,
int bmp_height,