https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
Removed random whitespace
Diff
diff --git a/src/bar/bar.rs b/src/bar/bar.rs
index cb1c332..53f0cf6 100644
--- a/src/bar/bar.rs
+++ b/src/bar/bar.rs
@@ -279,13 +279,10 @@ impl Bar {
}
}
}
-
connection.flush()?;
-
unsafe {
x11::xlib::XFlush(self.display);
}
-
self.needs_redraw = false;
Ok(())