summaryrefslogtreecommitdiff
path: root/lyt/pane.h
diff options
context:
space:
mode:
Diffstat (limited to 'lyt/pane.h')
-rw-r--r--lyt/pane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lyt/pane.h b/lyt/pane.h
index 24d4a41..56a6c87 100644
--- a/lyt/pane.h
+++ b/lyt/pane.h
@@ -53,7 +53,7 @@ public:
LYTPane *parent;
QList<LYTPane *> children;
- quint8 flags;
+ bool visible, influencedAlpha, isWidescreen;
enum OriginType {
Left = 0, Top = 0,