From: Michael Stapelberg Date: Wed, 1 Apr 2009 09:51:11 +0000 (+0200) Subject: Remove comment as popup menus in dzen2 get triggered by enter notify and focus is... X-Git-Tag: 3.a-bf1~60 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0520714aa066135a77a675fc6d73bf641ade63e5;p=i3%2Fi3 Remove comment as popup menus in dzen2 get triggered by enter notify and focus is not needed --- diff --git a/src/util.c b/src/util.c index 23bdc70c..d38e4e8a 100644 --- a/src/util.c +++ b/src/util.c @@ -207,9 +207,7 @@ void remove_client_from_container(xcb_connection_t *conn, Client *client, Contai * */ void set_focus(xcb_connection_t *conn, Client *client) { - /* The dock window cannot be focused */ - /* TODO: does this play well with dzen2’s popup menus? or do we just need to set the input - focus but not update our internal structures? */ + /* The dock window cannot be focused, but enter notifies are still handled correctly */ if (client->dock) return;