Use screen's flags when reading process data

This commit is contained in:
Hisham Muhammad
2018-01-28 22:33:26 -02:00
parent 2df1f61d77
commit b4a8f048d1
5 changed files with 7 additions and 10 deletions

View File

@ -176,5 +176,4 @@ long LinuxProcess_compare(const void* v1, const void* v2);
bool Process_isThread(Process* this);
#endif