summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-01-21 23:27:31 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-01-21 23:27:31 -0200
commit3383d8e5561dfc6fb2b65e0a194df94ccb5e08af (patch)
treedafba704561386b31b6b8af6dafb5b9a2ba7453c /CategoriesPanel.h
parent36b78328843d0dae0d0fadbd0e814a8a1546327c (diff)
Sorry about the mega-patch.
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
Diffstat (limited to 'CategoriesPanel.h')
-rw-r--r--CategoriesPanel.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/CategoriesPanel.h b/CategoriesPanel.h
index 9d30330f..ccef0fae 100644
--- a/CategoriesPanel.h
+++ b/CategoriesPanel.h
@@ -12,12 +12,15 @@ in the source distribution for its full text.
#include "Panel.h"
#include "Settings.h"
#include "ScreenManager.h"
+#include "ProcessList.h"
typedef struct CategoriesPanel_ {
Panel super;
+ ScreenManager* scr;
Settings* settings;
- ScreenManager* scr;
+ Header* header;
+ ProcessList* pl;
} CategoriesPanel;
@@ -25,6 +28,6 @@ void CategoriesPanel_makeMetersPage(CategoriesPanel* this);
extern PanelClass CategoriesPanel_class;
-CategoriesPanel* CategoriesPanel_new(Settings* settings, ScreenManager* scr);
+CategoriesPanel* CategoriesPanel_new(ScreenManager* scr, Settings* settings, Header* header, ProcessList* pl);
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy