Combine events and CompositorData methods into CompositorLayer

This is a more natural collection of methods, as they all operate
directly on layers and accept a layer as their first argument.
This commit is contained in:
Martin Robinson 2014-10-27 12:25:24 -07:00
parent 96f6c53b52
commit c0fa32e7aa
4 changed files with 279 additions and 280 deletions

View file

@ -44,7 +44,6 @@ pub use constellation::Constellation;
pub mod compositor_task;
mod compositor_data;
mod events;
mod compositor;
mod headless;