From 9f33efcf21c6dc63187d7d77ff94e438a2733777 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Tue, 7 Aug 2012 07:44:11 +1000 Subject: Compile error fix for GDISP_NEED_MULTITHREAD --- halext/include/gdisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'halext/include') diff --git a/halext/include/gdisp.h b/halext/include/gdisp.h index d284c125..454f5c4c 100644 --- a/halext/include/gdisp.h +++ b/halext/include/gdisp.h @@ -200,7 +200,7 @@ extern "C" { void gdispDrawPixel(coord_t x, coord_t y, color_t color); void gdispDrawLine(coord_t x0, coord_t y0, coord_t x1, coord_t y1, color_t color); void gdispFillArea(coord_t x, coord_t y, coord_t cx, coord_t cy, color_t color); - void gdispBlitArea(coord_t x, coord_t y, coord_t cx, coord_t cy, const pixel_t *buffer); + void gdispBlitArea(coord_t x, coord_t y, coord_t cx, coord_t cy, pixel_t *buffer); /* Circle Functions */ #if GDISP_NEED_CIRCLE -- cgit v1.2.3