Mostly costmetic updates to comments, README

This commit is contained in:
Gregory Nutt
2016-04-23 13:26:52 -06:00
parent b9c2b92b10
commit d4ac277df8
2 changed files with 16 additions and 2 deletions
+5
View File
@@ -133,7 +133,12 @@ static void vnc_reset_session(FAR struct vnc_session_s *session,
session->fb = fb;
session->display = display;
session->state = VNCSERVER_INITIALIZED;
session->nwhupd = 0;
session->change = true;
/* Careful not to disturb the keyboard/mouse callouts set by
* vnc_fbinitialize(). Client related data left in garbage state.
*/
}
/****************************************************************************