summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-04-18 20:10:55 +0200
committeranbr <vdr07@deltab.de>2010-04-18 20:10:55 +0200
commit9b8f166c974aeebcdba9a67226b213a3c3f4a448 (patch)
treec60991809925e4fe4706ec073d525ede7e23a535 /setup.h
parent8abb4e1cb0291834c129a9b243306d8e10872cc2 (diff)
downloadvdr-plugin-imonlcd-9b8f166c974aeebcdba9a67226b213a3c3f4a448.tar.gz
vdr-plugin-imonlcd-9b8f166c974aeebcdba9a67226b213a3c3f4a448.tar.bz2
Allow setup font size
Show current time, on dual line mode (Request #316)
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index b103581..db3846b 100644
--- a/setup.h
+++ b/setup.h
@@ -35,6 +35,9 @@ struct cIMonSetup
int m_nWidth;
int m_nHeight;
+ int m_nBigFontHeight;
+ int m_nSmallFontHeight;
+
char m_szFont[256];
int m_nWakeup;