From 9b8f166c974aeebcdba9a67226b213a3c3f4a448 Mon Sep 17 00:00:00 2001 From: anbr Date: Sun, 18 Apr 2010 20:10:55 +0200 Subject: Allow setup font size Show current time, on dual line mode (Request #316) --- setup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.h') 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; -- cgit v1.2.3