Hey I'm active! :-)
This is the initial commit for the 0.4.0 xfce4-taskmanager. New Things: - now you have a configuration-file - views are saved and restored - task SleepAverage display - few bugfixes (Old svn revision: 1262)
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <libxfce4util/libxfce4util.h>
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#define PROC_DIR_1 "/compat/linux/proc"
|
||||
@@ -42,6 +44,9 @@ void refresh_list_item(gint i);
|
||||
void send_signal_to_task(gchar *task_id, gchar *signal);
|
||||
void change_task_view(void);
|
||||
|
||||
void load_config(void);
|
||||
void save_config(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user