summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cwindoweventhandlerlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cwindoweventhandlerlist.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cwindoweventhandlerlist.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/NxWidgets/libnxwidgets/include/cwindoweventhandlerlist.hxx b/NxWidgets/libnxwidgets/include/cwindoweventhandlerlist.hxx
index d9e17de09..035e6a7b9 100644
--- a/NxWidgets/libnxwidgets/include/cwindoweventhandlerlist.hxx
+++ b/NxWidgets/libnxwidgets/include/cwindoweventhandlerlist.hxx
@@ -39,7 +39,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -163,9 +163,11 @@ namespace NXWidgets
/**
* Raise an NX window blocked event.
+ *
+ * @param arg - User provided argument (see nx_block or nxtk_block)
*/
- void raiseBlockedEvent(void);
+ void raiseBlockedEvent(FAR void *arg);
};
}