summaryrefslogtreecommitdiffstats
path: root/ScreenManager.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-12-01 12:31:57 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-12-01 12:31:57 +0000
commitbfd86a60cc1e9edd94c219e6e2018e00a672b7ff (patch)
tree649b7f7163e834bf2e7f40a6e0b4f94413408095 /ScreenManager.h
parentdfad0afb36df9ac104490454c6472625e3ecbe0c (diff)
Keep panel structure up-to-date as process list changes when headers are updated during the screen manager. Hopefully closes #3444533.
Diffstat (limited to 'ScreenManager.h')
-rw-r--r--ScreenManager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ScreenManager.h b/ScreenManager.h
index e169c30b..783cf9f0 100644
--- a/ScreenManager.h
+++ b/ScreenManager.h
@@ -33,13 +33,14 @@ typedef struct ScreenManager_ {
int x2;
int y2;
Orientation orientation;
- Vector* items;
+ Vector* panels;
Vector* fuBars;
- int itemCount;
+ int panelCount;
const FunctionBar* fuBar;
const Header* header;
time_t lastScan;
bool owner;
+ bool allowFocusChange;
} ScreenManager;

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