VNC: Ignore client framebuffer updates if nothing has changed (we can does this because client requests incremental updates

This commit is contained in:
Gregory Nutt
2016-04-23 10:22:54 -06:00
parent f3499b173a
commit 47a33cbb64
5 changed files with 51 additions and 15 deletions
+1 -1
View File
@@ -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);