
diff -urNad vdr-plugin-taste-0.0.2d+cvs20080102~/control.c vdr-plugin-taste-0.0.2d+cvs20080102/control.c
--- vdr-plugin-taste-0.0.2d+cvs20080102~/control.c	2007-06-18 19:58:52.000000000 +0200
+++ vdr-plugin-taste-0.0.2d+cvs20080102/control.c	2008-01-02 19:00:19.000000000 +0100
@@ -22,7 +22,11 @@
 		mSwitch(true),
 		mOsd(NULL)
 {
+#if APIVERSNUM >= 10500
+	SetNeedsFastResponse(true);
+#else
 	needsFastResponse = true;
+#endif
 	cRemote::Put(kOk, true); // Hide OSD
 }
 
