summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-02-02 23:45:40 +0000
committerHisham Muhammad <hisham@gobolinux.org>2012-02-02 23:45:40 +0000
commit1a604a05a5ab67949adfcf3d138c6c22d36bd511 (patch)
tree7b5f7268c454336953b5b9b3442e3f38043767c2 /ProcessList.h
parent58676d70010f93f65a10945c45bd0910204a203a (diff)
BUGFIX: behavior of 'F' (follow) key was broken, also affecting the
persistence of mouse selections. Closes #3165065.
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 719783b7..d7a5ef94 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -92,7 +92,7 @@ typedef struct ProcessList_ {
UsersTable* usersTable;
Panel* panel;
- bool follow;
+ int following;
bool userOnly;
uid_t userId;
bool filtering;
@@ -183,6 +183,6 @@ ProcessField ProcessList_keyAt(ProcessList* this, int at);
void ProcessList_expandTree(ProcessList* this);
-void ProcessList_rebuildPanel(ProcessList* this, bool flags, bool follow, bool userOnly, uid_t userId, bool filtering, const char* incFilter);
+void ProcessList_rebuildPanel(ProcessList* this, bool flags, int following, bool userOnly, uid_t userId, bool filtering, const char* incFilter);
#endif

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