Merged in bendells/nuttx (pull request #38)
Fixed a mismatching between the drawlinewindow's prototype and it's implementation
This commit is contained in:
commit
7c8bc43979
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
int nxtk_drawlinewindow(NXTKWINDOW hfwnd, FAR struct nxgl_vector_s *vector,
|
int nxtk_drawlinewindow(NXTKWINDOW hfwnd, FAR struct nxgl_vector_s *vector,
|
||||||
nxgl_coord_t width, nxgl_mxpixel_t color[CONFIG_NX_NPLANES],
|
nxgl_coord_t width, nxgl_mxpixel_t color[CONFIG_NX_NPLANES],
|
||||||
bool caps)
|
uint8_t caps)
|
||||||
|
|
||||||
{
|
{
|
||||||
struct nxgl_trapezoid_s trap[3];
|
struct nxgl_trapezoid_s trap[3];
|
||||||
|
|
Loading…
Reference in New Issue