From bf0329d8a3b13bcbf9fc35b7ff449aa445d9180e Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Thu, 26 Mar 2009 22:13:44 +0100 Subject: [PATCH] client: fix typo Signed-off-by: Julien Danjou --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index a496e129..d654b21a 100644 --- a/client.c +++ b/client.c @@ -311,7 +311,7 @@ client_focus(client_t *c, bool sendmessage) c->win, XCB_CURRENT_TIME); if(takefocus) - /* Input models: No Input, Globally Active */ + /* Input models: Local Active, Globally Active */ window_takefocus(c->win); }