From c6f946edd259e4222d6910d16ceaa5db60972819 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 25 Mar 2022 14:51:14 +0100 Subject: Improve MainPanel Label on active inc filter (Filter <-> FILTER) --- MainPanel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MainPanel.h') diff --git a/MainPanel.h b/MainPanel.h index 04f4c0a8..bd22acd0 100644 --- a/MainPanel.h +++ b/MainPanel.h @@ -32,7 +32,8 @@ typedef bool(*MainPanel_ForeachProcessFn)(Process*, Arg); #define MainPanel_getFunctionBar(this_) (((Panel*)(this_))->defaultBar) -void MainPanel_updateTreeFunctions(MainPanel* this, bool mode); +// update the Label Keys in the MainPanel bar, list: list / tree mode, filter: filter (inc) active / inactive +void MainPanel_updateLabels(MainPanel* this, bool list, bool filter); int MainPanel_selectedPid(MainPanel* this); -- cgit v1.2.3