From 8a3574f301725ba48484c05408e35ecec27aad65 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 10 Jul 2012 22:52:14 +0200 Subject: [PATCH] i3bar: inform _all_ clients of new tray selection owner This fixes a problem with X-chat (and possibly others). Fixes: #745 --- i3bar/src/xcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5