summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-11-03 11:30:41 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-11-03 13:08:07 +0100
commit7300fdf91c07932a1360a2cdc211d83867524684 (patch)
tree1c7256bca13f0e1830a2eef24a3e0f0904d1f8b8 /config.h
parent89e9086943f394f189c270f26e36f394e695e051 (diff)
downloadvdr-plugin-tvguide-7300fdf91c07932a1360a2cdc211d83867524684.tar.gz
vdr-plugin-tvguide-7300fdf91c07932a1360a2cdc211d83867524684.tar.bz2
Workaround for HWAccelerated OSD
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 277c637..2f723e2 100644
--- a/config.h
+++ b/config.h
@@ -49,6 +49,7 @@ class cTVGuideConfig {
public:
cTVGuideConfig();
~cTVGuideConfig();
+ int useHWAccel;
int debugImageLoading;
int showMainMenuEntry;
int replaceOriginalSchedule;