summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@yahoo.com>2013-02-28 18:19:57 +0100
committerDees_Troy <dees_troy@yahoo.com>2013-02-28 18:29:36 +0100
commitc0583f54e4892eeac2705f6433bf950d1c673c6c (patch)
treed00636e5721c38da3ed946025f42e3b9443dedd0 /gui/objects.hpp
parentLoad user saved setting for blank timer on recovery startup (diff)
downloadandroid_bootable_recovery-c0583f54e4892eeac2705f6433bf950d1c673c6c.tar
android_bootable_recovery-c0583f54e4892eeac2705f6433bf950d1c673c6c.tar.gz
android_bootable_recovery-c0583f54e4892eeac2705f6433bf950d1c673c6c.tar.bz2
android_bootable_recovery-c0583f54e4892eeac2705f6433bf950d1c673c6c.tar.lz
android_bootable_recovery-c0583f54e4892eeac2705f6433bf950d1c673c6c.tar.xz
android_bootable_recovery-c0583f54e4892eeac2705f6433bf950d1c673c6c.tar.zst
android_bootable_recovery-c0583f54e4892eeac2705f6433bf950d1c673c6c.zip
Diffstat (limited to '')
-rw-r--r--gui/objects.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index 8e0cc94f2..3a39fe565 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -495,6 +495,7 @@ protected:
COLOR mHighlightColor;
COLOR mFontHighlightColor;
int startSelection;
+ bool updateFileList;
};
class GUIListBox : public RenderObject, public ActionObject