mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
graphics/nxbe: Some bugfix found early in cursor testing.
This commit is contained in:
@@ -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
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user