https://bugzilla.novell.com/show_bug.cgi?id=888142 https://bugzilla.novell.com/show_bug.cgi?id=888142#c1 --- Comment #1 from Stephan Kulow <coolo@suse.com> 2014-07-23 11:51:22 CEST --- I found the 2.1 regression. !incremental is ignored. vs->need_update = 1; - if (!incremental) { - vs->force_update = 1; - for (i = 0; i < h; i++) { - bitmap_set(vs->dirty[y_position + i], 0, width); - bitmap_clear(vs->dirty[y_position + i], width, - VNC_DIRTY_BITS - width); - } + + if (incremental) { + return; } the vs->force_update = 1; was lost in 2.1 -- 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.