Rename WindowMethods::set_paint_state()

This commit is contained in:
Tetsuharu OHZEKI 2014-12-08 13:43:46 +09:00
parent 189f40f6f8
commit 15a32247a6
5 changed files with 17 additions and 17 deletions

View file

@ -368,7 +368,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
}
}
self.window.set_render_state(paint_state);
self.window.set_paint_state(paint_state);
}
fn all_pipelines_in_idle_paint_state(&self) -> bool {