all repos — tint2 @ 5ac1a6a653acd060e3882fd48af9ead5c6b85906

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

systray: resize icon when reparenting
o9000 o9000
commit

5ac1a6a653acd060e3882fd48af9ead5c6b85906

parent

481c4096178a6300747351c8cb6acfe5256907a0

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

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

@@ -504,6 +504,9 @@ remove_icon(traywin);

return FALSE; } + XMoveResizeWindow(server.dsp, traywin->parent, traywin->x, traywin->y, traywin->width, traywin->height); + XMoveResizeWindow(server.dsp, traywin->win, 0, 0, traywin->width, traywin->height); + traywin->reparented = 1; // Embed into parent