mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 12:57:57 +08:00
Fixed a mismatching between the drawlinewindow's prototype and it's implementation
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user