mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Fix a few minor typos
This commit is contained in:
committed by
Gregory Nutt
parent
f9327b6b06
commit
91ef2ec394
@@ -680,11 +680,11 @@ int up_fbinitialize(int display)
|
||||
* nor can it call upward into NX. So, some other logic.
|
||||
*
|
||||
* vnc_fbinitialize() provides an optional, alternative initialization
|
||||
* function. It is optional becuase it need not be called. If it is not
|
||||
* function. It is optional because it need not be called. If it is not
|
||||
* called, however, keyboard/mouse inputs from the remote VNC client will
|
||||
* be lost. By calling vnc_fbinitialize(), you can provide callout
|
||||
* functions that can be received by logic higher in the architure. This
|
||||
* higher level level callouts can then call nx_kbdin() or nx_mousein() on
|
||||
* functions that can be received by logic higher in the architecture.
|
||||
* These higher level callouts can then call nx_kbdin() or nx_mousein() on
|
||||
* behalf of the VNC server.
|
||||
*
|
||||
* Input Parameters:
|
||||
|
||||
Reference in New Issue
Block a user