You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-taste/files/vdr-taste-0.0.2d-vdr-1.5.diff

16 lines
387 B

diff -ru taste-0.0.2d-orig/control.c taste-0.0.2d/control.c
--- taste-0.0.2d-orig/control.c 2008-04-13 15:56:51.128176152 +0200
+++ taste-0.0.2d/control.c 2008-04-13 15:57:32.248233187 +0200
@@ -22,7 +22,11 @@
mSwitch(true),
mOsd(NULL)
{
+#if APIVERSNUM >= 10500
+ SetNeedsFastResponse(true);
+#else
needsFastResponse = true;
+#endif
cRemote::Put(kOk, true); // Hide OSD
}