summaryrefslogtreecommitdiff
path: root/src/clients/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/mod.rs')
-rw-r--r--src/clients/mod.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clients/mod.rs b/src/clients/mod.rs
index bd44f1d..47eb094 100644
--- a/src/clients/mod.rs
+++ b/src/clients/mod.rs
@@ -12,9 +12,9 @@ use crate::{
use xcb::{
x::{
self, ChangeProperty, ConfigWindow, ConfigWindowMask, ConfigureNotifyEvent,
- ConfigureRequestEvent, ConfigureWindow, DeleteProperty, DestroyNotifyEvent, Drawable,
- EventMask, GetGeometry, GetWindowAttributes, InputFocus, MapRequestEvent, PropMode,
- SetInputFocus, UnmapNotifyEvent, Window,
+ ConfigureRequestEvent, ConfigureWindow, DeleteProperty, DestroyNotifyEvent, EventMask,
+ GetWindowAttributes, InputFocus, MapRequestEvent, PropMode, SetInputFocus,
+ UnmapNotifyEvent, Window,
},
xinerama, Extension,
};