]> git.sur5r.net Git - i3/i3/blobdiff - src/util.c
Remove comment as popup menus in dzen2 get triggered by enter notify and focus is...
[i3/i3] / 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;