Improve checking algorithms

This commit is contained in:
Guillaume Gomez 2015-12-03 18:06:58 +01:00
parent db0a0ac9f6
commit db3457e498
2 changed files with 53 additions and 49 deletions

View file

@ -57,12 +57,12 @@ pub use constellation::Constellation;
mod compositor;
mod compositor_layer;
pub mod compositor_task;
pub mod constellation;
mod headless;
pub mod pipeline;
pub mod sandboxing;
mod scrolling;
mod surface_map;
mod timer_scheduler;
pub mod compositor_task;
pub mod constellation;
pub mod pipeline;
pub mod sandboxing;
pub mod windowing;