summaryrefslogtreecommitdiffstats
path: root/Action.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-24 19:22:50 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-24 19:22:50 -0200
commitaaaaf063a17f420634632ec9f9fdd1bd48755c4e (patch)
treeda90651c71f343a85404bb8aad087d0857ba5b31 /Action.h
parent26422af6088129b99864b75ed4ce5395aa578f2b (diff)
Builds on Linux again!
Diffstat (limited to 'Action.h')
-rw-r--r--Action.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Action.h b/Action.h
index 5a2ce1ce..7571ba41 100644
--- a/Action.h
+++ b/Action.h
@@ -36,7 +36,10 @@ typedef struct State_ {
typedef bool(*Action_ForeachProcessFn)(Process*, size_t);
+int Action_selectedPid(Panel* panel);
+
bool Action_foreachProcess(Panel* panel, Action_ForeachProcessFn fn, int arg, bool* wasAnyTagged);
+Object* Action_pickFromVector(Panel* panel, Panel* list, int x, const char** keyLabels, Header* header);
#endif

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