From deb05fe7c2dae62acc447d568e6521859f40db6f Mon Sep 17 00:00:00 2001 From: Denis Lisov Date: Sun, 19 Dec 2021 14:07:55 +0300 Subject: ProcessList: delay tree rebuild until panel rebuild --- ProcessList.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 96924947..c4200380 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -44,7 +44,8 @@ typedef struct ProcessList_ { const Settings* settings; Vector* processes; /* all known processes; sort order can vary and differ from display order */ - Vector* displayList; /* process tree flattened in display order (borrowed) */ + Vector* displayList; /* process tree flattened in display order (borrowed); + updated in ProcessList_updateDisplayList when rebuilding panel */ Hashtable* processTable; /* fast known process lookup by PID */ UsersTable* usersTable; -- cgit v1.2.3