export window_info from x11 module
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
cb46591dc8d220657df9371b531a4282701484e4- Parents
-
c08ef10 - Tree
98d2ff1
cb46591
cb46591dc8d220657df9371b531a4282701484e4c08ef10
98d2ff1| Status | File | + | - |
|---|---|---|---|
| M |
garclip/src/x11/mod.rs
|
2 | 0 |
garclip/src/x11/mod.rsmodified@@ -1,7 +1,9 @@ | ||
| 1 | 1 | pub mod atoms; |
| 2 | 2 | pub mod selection; |
| 3 | 3 | pub mod transfer; |
| 4 | +pub mod window_info; | |
| 4 | 5 | |
| 5 | 6 | pub use atoms::Atoms; |
| 6 | 7 | pub use selection::SelectionManager; |
| 7 | 8 | pub use transfer::TransferManager; |
| 9 | +pub use window_info::{get_window_class, get_wm_class}; | |