Replace progress bars with monitors

This commit is contained in:
Mike Massonnet
2010-06-13 16:16:27 +02:00
parent 0666f034c2
commit 30e3592e1d
6 changed files with 412 additions and 20 deletions

View File

@@ -10,11 +10,13 @@ bin_PROGRAMS = \
xfce4_taskmanager_CFLAGS = \
$(GTK_CFLAGS) \
$(CAIRO_CFLAGS) \
$(WNCK_CFLAGS) \
$(NULL)
xfce4_taskmanager_LDADD = \
$(GTK_LIBS) \
$(CAIRO_LIBS) \
$(WNCK_LIBS) \
$(NULL)
@@ -22,6 +24,7 @@ xfce4_taskmanager_SOURCES = \
main.c \
process-window_ui.h \
process-window.c process-window.h \
process-monitor.c process-monitor.h \
process-tree-view.c process-tree-view.h \
process-statusbar.c process-statusbar.h \
task-manager.c task-manager.h \