summaryrefslogtreecommitdiffstats
path: root/MetersPanel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-02-03 22:32:07 +0100
committerHisham Muhammad <hisham@gobolinux.org>2015-02-03 22:32:07 +0100
commitd7c843c23bf73655df201e95fffef36c7e57c298 (patch)
treed23217b5f5cbd0c76601ea68a56dc1de7af98b4a /MetersPanel.h
parent14bd77c5f4ac968e9d6f0a5a9be29d49c5588f6d (diff)
Complete cursor-based movement of headers.
Diffstat (limited to 'MetersPanel.h')
-rw-r--r--MetersPanel.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/MetersPanel.h b/MetersPanel.h
index 06b78da6..e6b47206 100644
--- a/MetersPanel.h
+++ b/MetersPanel.h
@@ -13,14 +13,18 @@ in the source distribution for its full text.
#include "Settings.h"
#include "ScreenManager.h"
-typedef struct MetersPanel_ {
+typedef struct MetersPanel_ MetersPanel;
+
+struct MetersPanel_ {
Panel super;
Settings* settings;
Vector* meters;
ScreenManager* scr;
+ MetersPanel* leftNeighbor;
+ MetersPanel* rightNeighbor;
bool moving;
-} MetersPanel;
+};
extern PanelClass MetersPanel_class;

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