summaryrefslogtreecommitdiff
path: root/include/libnsfb_plot.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-01-21 23:35:35 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-01-21 23:35:35 +0000
commit90326e6b0d35ac8ca81f40cc36a252a6ecd916d4 (patch)
tree920f0e3d82d464fa651fca63ef85eef48325b464 /include/libnsfb_plot.h
parent2438d7075abca8f6bfc6f580598e38555ebc5d41 (diff)
downloadlibnsfb-90326e6b0d35ac8ca81f40cc36a252a6ecd916d4.tar.gz
libnsfb-90326e6b0d35ac8ca81f40cc36a252a6ecd916d4.tar.bz2
fix polylines
svn path=/trunk/libnsfb/; revision=9855
Diffstat (limited to 'include/libnsfb_plot.h')
-rw-r--r--include/libnsfb_plot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnsfb_plot.h b/include/libnsfb_plot.h
index e0ee7de..34be612 100644
--- a/include/libnsfb_plot.h
+++ b/include/libnsfb_plot.h
@@ -105,7 +105,7 @@ bool nsfb_plot_lines(nsfb_t *nsfb, int linec, nsfb_bbox_t *line, nsfb_plot_pen_t
*
* Draw a series of connected lines.
*/
-bool nsfb_plot_polylines(nsfb_t *nsfb, int pointc, nsfb_point_t *points, nsfb_plot_pen_t *pen);
+bool nsfb_plot_polylines(nsfb_t *nsfb, int pointc, const nsfb_point_t *points, nsfb_plot_pen_t *pen);
/** Plots a filled polygon.
*