mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
vnc: Decouple VNC server from NX graphic stack
since VNC server is very useful even without NX: 1.Replace nxgl_coord_t with fb_coord_t 2.Replace nxgl_rect_s with fb_area_s 3.Remove nxgl_xxx function call Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -208,7 +208,7 @@ Graphics
|
||||
|
||||
:configuration: CONFIG_VNCSERVER
|
||||
|
||||
:dependencies: VNC server provides :c:func:`vnc_default_fbinitialize`.
|
||||
:dependencies: VNC server provides :c:func:`nx_vnc_fbinitialize`.
|
||||
|
||||
.. c:macro:: BOARDIOC_NXTERM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user