summaryrefslogtreecommitdiffstats
path: root/gui/pages.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-03-16 18:18:56 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-03-19 18:32:39 +0100
commit1c273318c76ba5238cdc7081a6a1207d74e89ba6 (patch)
tree940fc792b4fe8b023a83a75e1d865e4b89fc3381 /gui/pages.hpp
parentIngore touch events for 0,0 (diff)
downloadandroid_bootable_recovery-1c273318c76ba5238cdc7081a6a1207d74e89ba6.tar
android_bootable_recovery-1c273318c76ba5238cdc7081a6a1207d74e89ba6.tar.gz
android_bootable_recovery-1c273318c76ba5238cdc7081a6a1207d74e89ba6.tar.bz2
android_bootable_recovery-1c273318c76ba5238cdc7081a6a1207d74e89ba6.tar.lz
android_bootable_recovery-1c273318c76ba5238cdc7081a6a1207d74e89ba6.tar.xz
android_bootable_recovery-1c273318c76ba5238cdc7081a6a1207d74e89ba6.tar.zst
android_bootable_recovery-1c273318c76ba5238cdc7081a6a1207d74e89ba6.zip
Diffstat (limited to '')
-rw-r--r--gui/pages.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/pages.hpp b/gui/pages.hpp
index 50155d0e9..f0b2155c4 100644
--- a/gui/pages.hpp
+++ b/gui/pages.hpp
@@ -115,7 +115,7 @@ protected:
std::vector<Page*> mPages;
std::vector<xml_node<>*> templates;
Page* mCurrentPage;
- Page* mOverlayPage; // This is a special case, used for "locking" the screen
+ std::vector<Page*> mOverlays; // Special case for popup dialogs and the lock screen
std::vector<xml_document<>*> mIncludedDocs;
};