Remove comment as popup menus in dzen2 get triggered by enter notify and focus is not needed
This commit is contained in:
parent
b4e337027e
commit
0520714aa0
|
@ -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) {
|
void set_focus(xcb_connection_t *conn, Client *client) {
|
||||||
/* The dock window cannot be focused */
|
/* The dock window cannot be focused, but enter notifies are still handled correctly */
|
||||||
/* 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? */
|
|
||||||
if (client->dock)
|
if (client->dock)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue