Remove comment as popup menus in dzen2 get triggered by enter notify and focus is not needed

next
Michael Stapelberg 2009-04-01 11:51:11 +02:00
parent b4e337027e
commit 0520714aa0
1 changed files with 1 additions and 3 deletions

View 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 dzen2s 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;