diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-11-03 11:30:41 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-11-03 13:08:07 +0100 |
commit | 7300fdf91c07932a1360a2cdc211d83867524684 (patch) | |
tree | 1c7256bca13f0e1830a2eef24a3e0f0904d1f8b8 /config.h | |
parent | 89e9086943f394f189c270f26e36f394e695e051 (diff) | |
download | vdr-plugin-tvguide-7300fdf91c07932a1360a2cdc211d83867524684.tar.gz vdr-plugin-tvguide-7300fdf91c07932a1360a2cdc211d83867524684.tar.bz2 |
Workaround for HWAccelerated OSD
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ class cTVGuideConfig { public: cTVGuideConfig(); ~cTVGuideConfig(); + int useHWAccel; int debugImageLoading; int showMainMenuEntry; int replaceOriginalSchedule; |