summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxsu/nx_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxsu/nx_open.c')
-rw-r--r--nuttx/graphics/nxsu/nx_open.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/graphics/nxsu/nx_open.c b/nuttx/graphics/nxsu/nx_open.c
index 481a75e42..15efd3dbe 100644
--- a/nuttx/graphics/nxsu/nx_open.c
+++ b/nuttx/graphics/nxsu/nx_open.c
@@ -61,7 +61,8 @@
****************************************************************************/
static void nxsu_bkgdredraw(NXWINDOW hwnd,
- FAR const struct nxgl_rect_s *rect, boolean more);
+ FAR const struct nxgl_rect_s *rect,
+ boolean more, FAR void *arg);
/****************************************************************************
* Private Data
@@ -92,7 +93,8 @@ const struct nx_callback_s g_bkgdcb =
****************************************************************************/
static void nxsu_bkgdredraw(NXWINDOW hwnd,
- FAR const struct nxgl_rect_s *rect, boolean more)
+ FAR const struct nxgl_rect_s *rect,
+ boolean more, FAR void *arg)
{
FAR struct nxbe_window_s *wnd = (FAR struct nxbe_window_s *)hwnd;
FAR struct nxbe_state_s *be = wnd->be;