summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-02-06 17:38:55 +0100
committerlouis <louis.braun@gmx.de>2014-02-06 17:38:55 +0100
commit567769ee87fa203172b361ea3694f553f394b1c9 (patch)
tree2293a36b453cb1469041b81d68ded84c47875aba /tools.h
parent9f127fbbb5e0cc508879bb380f214d72db9439e8 (diff)
downloadvdr-plugin-tvguide-567769ee87fa203172b361ea3694f553f394b1c9.tar.gz
vdr-plugin-tvguide-567769ee87fa203172b361ea3694f553f394b1c9.tar.bz2
changed video directory choosage behaviour
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index e9feaa5..f401ea4 100644
--- a/tools.h
+++ b/tools.h
@@ -9,6 +9,7 @@
std::string CutText(std::string text, int width, const cFont *font);
std::string StrToLowerCase(std::string str);
std::string GetDirectoryFromTimer(std::string file);
+void ReadRecordingDirectories(std::vector<std::string> *folders, cList<cNestedItem> *rootFolders, cString path);
void DrawRoundedCorners(cPixmap *p, int posX, int posY, int width, int height, int radius, int borderWidth, tColor borderColor);
class splitstring : public std::string {