diff options
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; |