VNC: Basic Client-to-Server message parsing

This commit is contained in:
Gregory Nutt
2016-04-17 13:35:51 -06:00
parent a87f7c8399
commit 8272f4bde0
3 changed files with 242 additions and 8 deletions
+1 -1
View File
@@ -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