modoutput;pubmodlayout;modmode;modcursor;moddamage;pubuseself::cursor::*;pubuseself::damage::*;pubuseself::output::*;pubuseself::mode::*;pubmodmanager{//! Output resources are managed by the output resource manager.
//!//! Using the [`OutputBuilder`](./struct.OutputBuilder.html) a [`BuilderResult`](./struct.BuilderResult.html) is constructed in a function
//! conforming to the [`OutputAdded`](./type.OutputAdded.html) type signature. That function is passed
//! to the [`output::Builder`](./struct.Builder.html) which is then given to the `compositor::Builder`.
pubusemanager::output_manager::*;}