From a93db5234c8e24c56c4b5b615de837afeeac5e74 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 24 Mar 2015 23:12:43 -0300 Subject: handle clicks on panel header line --- Action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Action.h') diff --git a/Action.h b/Action.h index 2c7d2063..8927ce2f 100644 --- a/Action.h +++ b/Action.h @@ -45,6 +45,8 @@ Object* Action_pickFromVector(State* st, Panel* list, int x); bool Action_setUserOnly(const char* userName, uid_t* userId); +Htop_Reaction Action_setSortKey(Settings* settings, ProcessField sortKey); + // ---------------------------------------- void Action_setBindings(Htop_Action* keys); -- cgit v1.2.3