cargo fmt + cargo clippy
This commit is contained in:
parent
47e7357eab
commit
ba9c1a6a3e
4 changed files with 16 additions and 25 deletions
|
|
@ -679,7 +679,7 @@ impl<C: XConnection> ServerState<C> {
|
|||
return true;
|
||||
};
|
||||
|
||||
!(win.mapped && !win.attrs.override_redirect)
|
||||
!win.mapped || win.attrs.override_redirect
|
||||
}
|
||||
|
||||
pub fn reconfigure_window(&mut self, event: x::ConfigureNotifyEvent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue