From: Michael Stapelberg Date: Tue, 10 Jul 2012 20:52:14 +0000 (+0200) Subject: i3bar: inform _all_ clients of new tray selection owner X-Git-Tag: 4.3~193^2^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8a3574f301725ba48484c05408e35ecec27aad65;p=i3%2Fi3 i3bar: inform _all_ clients of new tray selection owner This fixes a problem with X-chat (and possibly others). Fixes: #745 --- diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index b9304798..0091507b 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -1042,7 +1042,7 @@ void init_tray() { xcb_send_event(xcb_connection, 0, xcb_root, - XCB_EVENT_MASK_STRUCTURE_NOTIFY, + 0xFFFFFF, (char*)ev); free(event); free(tray_reply);