all repos — tint2 @ ae379d865c2a0a614a16aaf8e2b9794e517ca8f0

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

systray: fix bad embed
o9000 o9000
commit

ae379d865c2a0a614a16aaf8e2b9794e517ca8f0

parent

0a3876dc8cb1fa211eb008a50cb1b5d081443949

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/systray/systraybar.csrc/systray/systraybar.c

@@ -518,7 +518,7 @@ e.xclient.type = ClientMessage;

e.xclient.serial = 0; e.xclient.send_event = True; e.xclient.message_type = server.atom._XEMBED; - e.xclient.window = traywin->parent; + e.xclient.window = traywin->win; e.xclient.format = 32; e.xclient.data.l[0] = CurrentTime; e.xclient.data.l[1] = XEMBED_EMBEDDED_NOTIFY;