summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-02-25 21:35:56 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-02-26 15:52:05 +0100
commit31218ec952173a707f97cfb7c7211ab79d8471f1 (patch)
tree0732c1c27a0bbf5dc7703e463a65a1351412e1e0 /gui/objects.hpp
parentRemove unneeded logging (diff)
downloadandroid_bootable_recovery-31218ec952173a707f97cfb7c7211ab79d8471f1.tar
android_bootable_recovery-31218ec952173a707f97cfb7c7211ab79d8471f1.tar.gz
android_bootable_recovery-31218ec952173a707f97cfb7c7211ab79d8471f1.tar.bz2
android_bootable_recovery-31218ec952173a707f97cfb7c7211ab79d8471f1.tar.lz
android_bootable_recovery-31218ec952173a707f97cfb7c7211ab79d8471f1.tar.xz
android_bootable_recovery-31218ec952173a707f97cfb7c7211ab79d8471f1.tar.zst
android_bootable_recovery-31218ec952173a707f97cfb7c7211ab79d8471f1.zip
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r--gui/objects.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index f8a4e8ca8..4942cd7e6 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -339,15 +339,17 @@ protected:
unsigned int mFontHeight;
int mCurrentLine;
unsigned int mLastCount;
+ unsigned int RenderCount;
unsigned int mMaxRows;
int mStartY;
int mSlideoutX, mSlideoutY, mSlideoutW, mSlideoutH;
int mSlideinX, mSlideinY, mSlideinW, mSlideinH;
int mConsoleX, mConsoleY, mConsoleW, mConsoleH;
int mLastTouchX, mLastTouchY;
- int mSlideMultiplier;
int mSlideout;
SlideoutState mSlideoutState;
+ std::vector<std::string> rConsole;
+ bool mRender;
protected:
virtual int RenderSlideout(void);