summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index 68bbf478..2dc7b0e0 100644
--- a/config.h
+++ b/config.h
@@ -12,6 +12,7 @@
bool stringCompare( const std::string &left, const std::string &right );
bool pairCompareTimeStringDesc(const std::pair<time_t, std::string>&i, const std::pair<time_t, std::string>&j);
bool pairCompareIntString(const std::pair<int, std::string>&i, const std::pair<int, std::string>&j);
+int roundUp(int numToRound, int multiple);
class cFlatConfig
{
@@ -279,6 +280,11 @@ class cFlatConfig
int MainMenuWidgetCommandShow;
int MainMenuWidgetCommandPosition;
+ int MainMenuWidgetWeatherShow;
+ int MainMenuWidgetWeatherPosition;
+ int MainMenuWidgetWeatherType;
+ int MainMenuWidgetWeatherDays;
+
// TVScraper
int TVScraperChanInfoShowPoster;
double TVScraperChanInfoPosterSize;