summaryrefslogtreecommitdiff
path: root/plugins/taste/patches/taste-cvs20070626_vdr153.diff
blob: ef72f6160a35dea598f4b3e988dafa7c42e80b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- control.c~	2007-06-18 19:58:52.000000000 +0200
+++ control.c	2007-06-26 17:01:50.000000000 +0200
@@ -22,7 +22,11 @@
 		mSwitch(true),
 		mOsd(NULL)
 {
+#if VDRVERSNUM >= 10500
+	SetNeedsFastResponse(true);
+#else
 	needsFastResponse = true;
+#endif
 	cRemote::Put(kOk, true); // Hide OSD
 }