diff options
author | Vojtech Bocek <vbocek@gmail.com> | 2013-02-24 01:40:19 +0100 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-02-27 22:59:21 +0100 |
commit | 7cc278bb99ad9c9ea540a3e096592d5586e4c986 (patch) | |
tree | e4d8665c0aa4703c1fddfa69bdd119efd7da3d83 /gui/objects.hpp | |
parent | fixes for fakeflash zips (diff) | |
download | android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.gz android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.bz2 android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.lz android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.xz android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.tar.zst android_bootable_recovery-7cc278bb99ad9c9ea540a3e096592d5586e4c986.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/objects.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index 2ddeb88c7..86353685a 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -461,6 +461,12 @@ protected: int mUpdate; int mBackgroundX, mBackgroundY, mBackgroundW, mBackgroundH; int mHeaderH; + int mFastScrollW; + int mFastScrollLineW; + int mFastScrollRectW; + int mFastScrollRectH; + int mFastScrollRectX; + int mFastScrollRectY; static int mSortOrder; int startY; int scrollingSpeed; @@ -481,6 +487,8 @@ protected: COLOR mHeaderFontColor; COLOR mSeparatorColor; COLOR mHeaderSeparatorColor; + COLOR mFastScrollLineColor; + COLOR mFastScrollRectColor; bool hasHighlightColor; bool hasFontHighlightColor; bool isHighlighted; |