diff options
author | Dees_Troy <dees_troy@yahoo.com> | 2013-02-15 16:39:07 +0100 |
---|---|---|
committer | Dees_Troy <dees_troy@yahoo.com> | 2013-02-15 16:42:35 +0100 |
commit | 1a7a6675ea69e8b8cb9f2a47eb8f8be4678816ab (patch) | |
tree | 18ce7eaa65e788c70be4e97a1c05260085aba956 /gui/objects.hpp | |
parent | Change popen in twrpTar to __popen (diff) | |
download | android_bootable_recovery-1a7a6675ea69e8b8cb9f2a47eb8f8be4678816ab.tar android_bootable_recovery-1a7a6675ea69e8b8cb9f2a47eb8f8be4678816ab.tar.gz android_bootable_recovery-1a7a6675ea69e8b8cb9f2a47eb8f8be4678816ab.tar.bz2 android_bootable_recovery-1a7a6675ea69e8b8cb9f2a47eb8f8be4678816ab.tar.lz android_bootable_recovery-1a7a6675ea69e8b8cb9f2a47eb8f8be4678816ab.tar.xz android_bootable_recovery-1a7a6675ea69e8b8cb9f2a47eb8f8be4678816ab.tar.zst android_bootable_recovery-1a7a6675ea69e8b8cb9f2a47eb8f8be4678816ab.zip |
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r-- | gui/objects.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index c310b369a..78844e77b 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -355,6 +355,9 @@ protected: int mTextX, mTextY, mTextW, mTextH; int mIconX, mIconY, mIconW, mIconH; bool mRendered; + bool hasHighlightColor; + bool renderHighlight; + COLOR mHighlightColor; }; class GUICheckbox: public RenderObject, public ActionObject, public Conditional |