mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Fix allocation of processes. Closes #166.
This commit is contained in:
@ -191,11 +191,11 @@ void Process_setupColumnWidths();
|
||||
|
||||
void Process_writeDefaultField(Process* this, RichString* str, ProcessField field);
|
||||
|
||||
void Process_delete(Object* cast);
|
||||
void Process_done(Process* this);
|
||||
|
||||
extern ObjectClass Process_class;
|
||||
|
||||
Process* Process_new(struct Settings_* settings);
|
||||
void Process_init(Process* this, struct Settings_* settings);
|
||||
|
||||
void Process_toggleTag(Process* this);
|
||||
|
||||
|
Reference in New Issue
Block a user