summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6631c6f..0a00d98 100644
--- a/config.h
+++ b/config.h
@@ -24,6 +24,8 @@ class cSeduConfig : public cSeduService
cSeduConfig();
~cSeduConfig();
+ void setTvIp(const char* p) { free(tvIp); tvIp = strdup(p); }
+
// geometry
int grabWidth;
@@ -55,6 +57,7 @@ class cSeduConfig : public cSeduService
SeduMode seduMode;
Cinebars detectCineBars;
+ char* tvIp {nullptr};
int loglevel;
cLed* leds;