From 7cc278bb99ad9c9ea540a3e096592d5586e4c986 Mon Sep 17 00:00:00 2001 From: Vojtech Bocek Date: Sun, 24 Feb 2013 01:40:19 +0100 Subject: Add fast scroll bar to fileselector Also fix build problems with libblkid in CM7 Signed-off-by: Vojtech Bocek Change-Id: I1cd4573e25b247171e4bd8cc05b70543f897a454 --- gui/objects.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gui/objects.hpp') 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; -- cgit v1.2.3