Window icons (#497)

This commit is contained in:
Francesca Frangipane 2018-05-07 17:36:21 -04:00 committed by GitHub
parent 1e97103094
commit 102dd07456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 831 additions and 137 deletions

View file

@ -4,6 +4,7 @@
mod atom;
mod geometry;
mod hint;
mod icon;
mod input;
mod window_property;
mod wm;
@ -11,6 +12,7 @@ mod wm;
pub use self::atom::*;
pub use self::geometry::*;
pub use self::hint::*;
pub use self::icon::*;
pub use self::input::*;
pub use self::window_property::*;
pub use self::wm::*;