Rename Compositor messages SetIds and Paint

These names no longer reflect what the messages do, so rename them to
SetFrameTree and AssignPaintedBuffers.
This commit is contained in:
Martin Robinson 2015-01-06 07:23:26 -08:00
parent cf616b90a2
commit ad751e4926
6 changed files with 48 additions and 48 deletions

View file

@ -278,7 +278,7 @@ impl<C> PaintTask<C> where C: PaintListener + Send {
}
debug!("PaintTask: returning surfaces");
self.compositor.paint(self.id, self.epoch, replies);
self.compositor.assign_painted_buffers(self.id, self.epoch, replies);
}
Msg::UnusedBuffer(unused_buffers) => {
debug!("PaintTask: Received {} unused buffers", unused_buffers.len());