Merged in bendells/nuttx (pull request #38)

Fixed a mismatching between the drawlinewindow's prototype and it's implementation
This commit is contained in:
Gregory Nutt 2015-11-21 18:46:29 -06:00
commit 7c8bc43979
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
int nxtk_drawlinewindow(NXTKWINDOW hfwnd, FAR struct nxgl_vector_s *vector,
nxgl_coord_t width, nxgl_mxpixel_t color[CONFIG_NX_NPLANES],
bool caps)
uint8_t caps)
{
struct nxgl_trapezoid_s trap[3];