https://bugzilla.novell.com/show_bug.cgi?id=888142 https://bugzilla.novell.com/show_bug.cgi?id=888142#c2 --- Comment #2 from Stephan Kulow <coolo@suse.com> 2014-07-23 15:50:07 CEST --- Sent kraxel this: commit 29e2d30a1dbe56329058454d832a628fac376583 Author: Stephan Kulow <coolo@suse.de> Date: Wed Jul 23 15:43:29 2014 +0200 fix full frame updates for VNC clients If the client asks for !incremental frame updates, it has lost its content so dirty doesn't matter - it has to see the full frame, so setting force_update diff --git a/ui/vnc.c b/ui/vnc.c index 01f72a7..edfaf75 100644 --- a/ui/vnc.c +++ b/ui/vnc.c @@ -1893,6 +1893,7 @@ static void framebuffer_update_request(VncState *vs, int incremental, return; } + vs->force_update = 1; vnc_set_area_dirty(vs->dirty, width, height, x, y, w, h); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.