From e4d9484d0e1ebcf496d0606800560c09d2753df4 Mon Sep 17 00:00:00 2001 From: tcmal Date: Tue, 13 Aug 2024 17:56:39 +0100 Subject: Add moving and resizing with mouse --- src/clients/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clients/client.rs') diff --git a/src/clients/client.rs b/src/clients/client.rs index c8fca6c..03afc16 100644 --- a/src/clients/client.rs +++ b/src/clients/client.rs @@ -62,7 +62,7 @@ impl Client { } } - /// Send a configure configure notify event with the current geometry. + /// Send a configure notify event with the current geometry. pub fn configure_notify(&self, conn: &Connection<'_>) { conn.send_request(&SendEvent { destination: SendEventDest::Window(self.window), -- cgit v1.2.3