all repos — tint2 @ e218b3fa96b0d29c378cc0f951ed5c645e742cbe

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

systray: Prevent segfault if systray disabled
o9000 o9000
commit

e218b3fa96b0d29c378cc0f951ed5c645e742cbe

parent

50e21b4077b13f5ed2cba88ddf8364c0e78f63b5

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

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

@@ -66,6 +66,7 @@ const int max_bad_resize_events = 10;

void default_systray() { + systray_enabled = 0; memset(&systray, 0, sizeof(Systraybar)); render_background = 0; chrono = 0;