From aaaaf063a17f420634632ec9f9fdd1bd48755c4e Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 24 Nov 2014 19:22:50 -0200 Subject: Builds on Linux again! --- Action.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Action.h') 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 -- cgit v1.2.3