gardesk/garclip / cb46591

Browse files

export window_info from x11 module

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
cb46591dc8d220657df9371b531a4282701484e4
Parents
c08ef10
Tree
98d2ff1

1 changed file

StatusFile+-
M garclip/src/x11/mod.rs 2 0
garclip/src/x11/mod.rsmodified
@@ -1,7 +1,9 @@
11
 pub mod atoms;
22
 pub mod selection;
33
 pub mod transfer;
4
+pub mod window_info;
45
 
56
 pub use atoms::Atoms;
67
 pub use selection::SelectionManager;
78
 pub use transfer::TransferManager;
9
+pub use window_info::{get_window_class, get_wm_class};