summaryrefslogtreecommitdiffstats
path: root/ScreenManager.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-05 15:14:54 +0200
committercgzones <cgzones@googlemail.com>2020-10-12 13:04:00 +0200
commitb47bc667a254c1b1a8d6b5a635ca73f6c91c2e1a (patch)
tree56a5f89246329bf188f8387ec3b8a9af13ce254b /ScreenManager.h
parentfc301b74473f2dc87dca6a338ac17126a058f68d (diff)
Add key to pause process list updates
Diffstat (limited to 'ScreenManager.h')
-rw-r--r--ScreenManager.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ScreenManager.h b/ScreenManager.h
index 722fb7f2..ad312930 100644
--- a/ScreenManager.h
+++ b/ScreenManager.h
@@ -7,9 +7,10 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
+#include "Action.h"
#include "Header.h"
-#include "Settings.h"
#include "Panel.h"
+#include "Settings.h"
#include "Vector.h"
typedef enum Orientation_ {
@@ -27,11 +28,12 @@ typedef struct ScreenManager_ {
int panelCount;
Header* header;
const Settings* settings;
+ const State* state;
bool owner;
bool allowFocusChange;
} ScreenManager;
-ScreenManager* ScreenManager_new(int x1, int y1, int x2, int y2, Orientation orientation, Header* header, const Settings* settings, bool owner);
+ScreenManager* ScreenManager_new(int x1, int y1, int x2, int y2, Orientation orientation, Header* header, const Settings* settings, const State* state, bool owner);
void ScreenManager_delete(ScreenManager* this);

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