Re: [PATCH 4/9] vnc: drop unused copyrect feature

2020-12-04 Thread Marc-André Lureau
On Thu, Dec 3, 2020 at 3:17 PM Gerd Hoffmann wrote: > vnc stopped using the copyrect pseudo encoding in 2017, in commit > 50628d3479e4 ("cirrus/vnc: zap bitblit support from console code.") > So we can drop the now unused copyrect feature bit. > > Signed-off-by: Gerd Hoffmann > Reviewed-by: Mar

[PATCH 4/9] vnc: drop unused copyrect feature

2020-12-03 Thread Gerd Hoffmann
vnc stopped using the copyrect pseudo encoding in 2017, in commit 50628d3479e4 ("cirrus/vnc: zap bitblit support from console code.") So we can drop the now unused copyrect feature bit. Signed-off-by: Gerd Hoffmann --- ui/vnc.h | 2 -- ui/vnc.c | 3 --- 2 files changed, 5 deletions(-) diff --gi