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:
Johannes Zellner
2006-03-28 12:22:19 +00:00
parent eca8b9b0ce
commit 255757695a
11 changed files with 712 additions and 423 deletions

View File

@@ -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