all repos — tint2 @ 7025cc399e2465b3170183df185002634a40dc54

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

Fix compilation error in issue 536
o9000 mrovi9000@gmail.com
commit

7025cc399e2465b3170183df185002634a40dc54

parent

ea236e94a0714ec56e90238055956799ae7e20fe

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

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

@@ -1029,7 +1029,9 @@ }

void default_font_changed() { +#ifdef ENABLE_BATTERY battery_default_font_changed(); +#endif clock_default_font_changed(); execp_default_font_changed(); taskbar_default_font_changed();