mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
VNC: Ignore client framebuffer updates if nothing has changed (we can does this because client requests incremental updates
This commit is contained in:
@@ -877,7 +877,7 @@ void nx_notify_rectangle(FAR NX_PLANEINFOTYPE *pinfo,
|
||||
{
|
||||
/* Queue the rectangular update */
|
||||
|
||||
ret = vnc_update_rectangle(session, rect);
|
||||
ret = vnc_update_rectangle(session, rect, true);
|
||||
if (ret < 0)
|
||||
{
|
||||
gdbg("ERROR: vnc_update_rectangle failed: %d\n", ret);
|
||||
|
||||
Reference in New Issue
Block a user