diff options
Diffstat (limited to 'gui/objects.hpp')
-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 86353685a..8e0cc94f2 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -550,6 +550,12 @@ protected: int mLineSpacing; int mUpdate; int mBackgroundX, mBackgroundY, mBackgroundW, mBackgroundH, mHeaderH; + int mFastScrollW; + int mFastScrollLineW; + int mFastScrollRectW; + int mFastScrollRectH; + int mFastScrollRectX; + int mFastScrollRectY; int mIconWidth, mIconHeight, mSelectedIconWidth, mSelectedIconHeight, mUnselectedIconWidth, mUnselectedIconHeight, mHeaderIconHeight, mHeaderIconWidth; int scrollingSpeed; int scrollingY; @@ -567,6 +573,8 @@ protected: COLOR mHeaderFontColor; COLOR mSeparatorColor; COLOR mHeaderSeparatorColor; + COLOR mFastScrollLineColor; + COLOR mFastScrollRectColor; bool hasHighlightColor; bool hasFontHighlightColor; bool isHighlighted; |