aboutsummaryrefslogtreecommitdiffstats
path: root/MainPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'MainPanel.h')
-rw-r--r--MainPanel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MainPanel.h b/MainPanel.h
index 04f4c0a..bd22acd 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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy