Skip to content
Snippets Groups Projects
Commit ca182201 authored by Slimane Bendelloul's avatar Slimane Bendelloul
Browse files

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

parent 23a62dec
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment