summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'font.h')
-rw-r--r--font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/font.h b/font.h
index 8a56111..967b635 100644
--- a/font.h
+++ b/font.h
@@ -17,6 +17,10 @@
#include <vdr/font.h>
#include <vdr/config.h>
+#ifndef MINFONTSIZE
+#define MINFONTSIZE 10
+#endif
+
using std::map;
using std::string;