]> git.sur5r.net Git - i3/i3/commitdiff
i3bar: inform _all_ clients of new tray selection owner
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 10 Jul 2012 20:52:14 +0000 (22:52 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 10 Jul 2012 20:52:14 +0000 (22:52 +0200)
This fixes a problem with X-chat (and possibly others).

Fixes: #745
i3bar/src/xcb.c

index b9304798410522e169f86cd7e671c528a716f3d2..0091507b42489101891f3b8083e71a6b1fd16456 100644 (file)
@@ -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);