Add fast scroll bar to fileselector

Also fix build problems with libblkid in CM7

Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
Change-Id: I1cd4573e25b247171e4bd8cc05b70543f897a454
diff --git a/gui/objects.hpp b/gui/objects.hpp
index 2ddeb88..8635368 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -461,6 +461,12 @@
     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 @@
 	COLOR mHeaderFontColor;
 	COLOR mSeparatorColor;
 	COLOR mHeaderSeparatorColor;
+	COLOR mFastScrollLineColor;
+	COLOR mFastScrollRectColor;
 	bool hasHighlightColor;
 	bool hasFontHighlightColor;
 	bool isHighlighted;