From cf306ff86e44361d8cf3aaaec568b20fb8bbfa3d Mon Sep 17 00:00:00 2001 From: Maxim Zhiburt Date: Wed, 18 Nov 2020 14:19:42 +0300 Subject: Implement sorting in tree mode --- ProcessList.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 24fa89b4..b7ae4006 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -42,6 +42,9 @@ typedef struct ProcessList_ { Hashtable* processTable; UsersTable* usersTable; + Hashtable* displayTreeSet; + Hashtable* draftingTreeSet; + Panel* panel; int following; uid_t userId; -- cgit v1.2.3