From 1c273318c76ba5238cdc7081a6a1207d74e89ba6 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Mon, 16 Mar 2015 12:18:56 -0500 Subject: Allow multiple overlays This effectively allows us to support popup dialogs and the like. Change-Id: Iafb3fa60ed635287cb59dce118f74dc8f2a4e60a --- gui/pages.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/pages.hpp') 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 mPages; std::vector*> templates; Page* mCurrentPage; - Page* mOverlayPage; // This is a special case, used for "locking" the screen + std::vector mOverlays; // Special case for popup dialogs and the lock screen std::vector*> mIncludedDocs; }; -- cgit v1.2.3