i3bar: inform _all_ clients of new tray selection owner
This fixes a problem with X-chat (and possibly others). Fixes: #745
This commit is contained in:
parent
3fe3fdd2f9
commit
8a3574f301
|
@ -1042,7 +1042,7 @@ void init_tray() {
|
||||||
xcb_send_event(xcb_connection,
|
xcb_send_event(xcb_connection,
|
||||||
0,
|
0,
|
||||||
xcb_root,
|
xcb_root,
|
||||||
XCB_EVENT_MASK_STRUCTURE_NOTIFY,
|
0xFFFFFF,
|
||||||
(char*)ev);
|
(char*)ev);
|
||||||
free(event);
|
free(event);
|
||||||
free(tray_reply);
|
free(tray_reply);
|
||||||
|
|
Loading…
Reference in New Issue