all repos — tint2 @ 57b878d5e4b312f2e8c1e46f3e40c49cb7db58d2

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

Remove debug line
o9000 o9000
commit

57b878d5e4b312f2e8c1e46f3e40c49cb7db58d2

parent

46aab61bf6a6d7509367a5c016a5e9baab9646b3

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

jump to
M src/tint.csrc/tint.c

@@ -1287,7 +1287,6 @@ event_configure_notify(&e);

break; case ReparentNotify: - fprintf(stderr, "ReparentNotify\n"); if (!systray_enabled) break; panel = (Panel*)systray.area.panel;