diff options
Diffstat (limited to 'font.h')
-rw-r--r-- | font.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ #include <vdr/font.h> #include <vdr/config.h> +#ifndef MINFONTSIZE +#define MINFONTSIZE 10 +#endif + using std::map; using std::string; |