]> git.sur5r.net Git - i3/i3/commitdiff
Remove comment as popup menus in dzen2 get triggered by enter notify and focus is...
authorMichael Stapelberg <michael+x200@stapelberg.de>
Wed, 1 Apr 2009 09:51:11 +0000 (11:51 +0200)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Wed, 1 Apr 2009 09:51:11 +0000 (11:51 +0200)
src/util.c

index 23bdc70c14f23fe0c0a2e508d086cdf9dcb3bb6f..d38e4e8a283bc58e88e7a960df3dd2706eac3dea 100644 (file)
@@ -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;