Fixed a mismatching between the drawlinewindow's prototype and it's implementation

This commit is contained in:
Slimane Bendelloul 2015-11-21 15:06:05 -05:00
parent 23a62dec50
commit ca182201e4
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];