From 1c893ed1ff1dc26f4dcc425e756d56f752142ebd Mon Sep 17 00:00:00 2001 From: tcmal Date: Fri, 21 Jun 2024 21:37:11 +0100 Subject: remove incorrect flushing of xcb buffer --- src/clients/hints.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/clients/hints.rs') diff --git a/src/clients/hints.rs b/src/clients/hints.rs index 0250401..dd5bcf7 100644 --- a/src/clients/hints.rs +++ b/src/clients/hints.rs @@ -60,7 +60,6 @@ impl Xwm { } /// Set these WM hints on the given window. - /// This function does not check for success, so `conn.flush()` should be called after. pub fn apply(&self, conn: &Connection<'_>, window: Window) { conn.send_request(&ChangeProperty { mode: PropMode::Replace, -- cgit v1.2.3