summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-30 15:44:38 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-04-01 19:22:46 +0200
commit367881215ad974b104656c1428d7793c28de921e (patch)
treec7ea8a7b7aeff9867c1ff9bb9243c2a8295df407 /config.h
parent58beb81f48661717600dcf7d0377e3e98b6a0fdc (diff)
downloadskin-lcarsng-367881215ad974b104656c1428d7793c28de921e.tar.gz
skin-lcarsng-367881215ad974b104656c1428d7793c28de921e.tar.bz2
Fixed display with large font size
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 5237473..3441fd3 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,8 @@
enum viewMode {
escaledvideo = 0,
efullscreen,
- esplitscreen
+ esplitscreen,
+ esmalscreen
};
class cLCARSNGConfig {