diff options
author | tcmal <me@aria.rip> | 2024-08-25 21:10:02 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-28 21:34:33 +0100 |
commit | afff36ca723f5297d26144dd70a18250653bfb3e (patch) | |
tree | a1221ac4c2850a1ad8e2c281a3743506f27cfc35 /src/clients | |
parent | a339653a03b5e270cb897145fce7367861369145 (diff) |
Minor lints
Diffstat (limited to 'src/clients')
-rw-r--r-- | src/clients/mod.rs | 6 |
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, }; |