Fixed a mismatching between the drawlinewindow's prototype and it's implementation
This commit is contained in:
parent
23a62dec50
commit
ca182201e4
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue