graphics/nxbe: Some bugfix found early in cursor testing.

This commit is contained in:
Gregory Nutt
2019-04-10 12:31:43 -06:00
parent d3bf5c7408
commit ad76ca674b
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ int nxcursor_enable(NXHANDLE hnd, bool enable);
****************************************************************************/
#if defined(CONFIG_NX_HWCURSORIMAGE) || defined(CONFIG_NX_SWCURSOR)
int nxcursor_setimage(NXHANDLE hnd, FAR struct nx_cursorimage_s *image);
int nxcursor_setimage(NXHANDLE hnd, FAR const struct nx_cursorimage_s *image);
#endif
/****************************************************************************