uwac: Do not memcpy when we swap drawing buffers
authorKenny Levinsen <kl@kl.wtf>
Thu, 25 Jul 2019 16:17:04 +0000 (18:17 +0200)
committerakallabeth <akallabeth@users.noreply.github.com>
Tue, 30 Jul 2019 07:46:57 +0000 (09:46 +0200)
commitd27ad430932a6804e1314d703cb568f6ba1572c5
tree7f58b7c0b8a34885e04c588849c4f4f4f335c6dd
parent49674d57f6233356058c261f98efe2a5531f8ec7
uwac: Do not memcpy when we swap drawing buffers

The compositor only samples rects that we damage (and have therefore
been overwritten). As we are doing damage tracking and reporting,
memcpy of our old drawing buffer serves no purpose.
client/Wayland/wlfreerdp.c