summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-07-30 22:04:32 +0200
committerEthan Yonker <dees_troy@teamw.in>2015-10-16 22:30:51 +0200
commit56ce332315b9b9fdd8f2bff8e00c9471be8b5594 (patch)
treebb1dbad0b7d4116970cd76f92787c778a6cde098 /gui/objects.hpp
parentUse unified LoadFileToBuffer function (diff)
downloadandroid_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar
android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.gz
android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.bz2
android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.lz
android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.xz
android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.zst
android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.zip
Diffstat (limited to '')
-rw-r--r--gui/objects.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index f8569d6ea..624db07f9 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -632,6 +632,7 @@ public:
protected:
struct ListData {
std::string displayName;
+ std::string variableName;
std::string variableValue;
unsigned int selected;
GUIAction* action;
@@ -643,6 +644,7 @@ protected:
std::string currentValue;
ImageResource* mIconSelected;
ImageResource* mIconUnselected;
+ bool isCheckList;
};
class GUIPartitionList : public GUIScrollList