mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
VNC: Basic Client-to-Server message parsing
This commit is contained in:
@@ -329,7 +329,7 @@ int vnc_receiver(FAR struct vnc_session_s *session);
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_NX_KBD
|
||||
void vnc_key_map(FAR struct vnc_session_s *session, uint32_t keysym,
|
||||
void vnc_key_map(FAR struct vnc_session_s *session, uint16_t keysym,
|
||||
bool keydown);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user