mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
rotorng: update -vdr.patch (thx vpeter)
This commit is contained in:
parent
51b54ed782
commit
b7c354db80
@ -1,7 +1,24 @@
|
|||||||
Index: vdr-plugin-rotorng-0.1.0/rotorng.c
|
diff -uNr rotorng-0.1.0-orig/rotorng.c rotorng-0.1.0/rotorng.c
|
||||||
===================================================================
|
--- rotorng-0.1.0-orig/rotorng.c 2012-05-06 16:14:06.000000000 +0200
|
||||||
--- vdr-plugin-rotorng-0.1.0.orig/rotorng.c 2012-03-14 14:18:16.610997754 +0100
|
+++ rotorng-0.1.0/rotorng.c 2012-05-07 10:52:18.000000000 +0200
|
||||||
+++ vdr-plugin-rotorng-0.1.0/rotorng.c 2012-03-14 14:24:59.410997997 +0100
|
@@ -338,7 +338,7 @@
|
||||||
|
int last_position_shown;
|
||||||
|
bool transfer;
|
||||||
|
protected:
|
||||||
|
- virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
|
||||||
|
+ virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber,bool LiveView);
|
||||||
|
public:
|
||||||
|
cStatusMonitor();
|
||||||
|
};
|
||||||
|
@@ -348,7 +348,7 @@
|
||||||
|
transfer=false;
|
||||||
|
}
|
||||||
|
|
||||||
|
-void cStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber)
|
||||||
|
+void cStatusMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber,bool LiveView)
|
||||||
|
{
|
||||||
|
//actuator_status status;
|
||||||
|
if (ChannelNumber) {
|
||||||
@@ -1494,7 +1494,7 @@
|
@@ -1494,7 +1494,7 @@
|
||||||
snprintf(buf, sizeof(buf),"%s %d", tr(menucaption[itemindex]), menuvalue[itemindex]);
|
snprintf(buf, sizeof(buf),"%s %d", tr(menucaption[itemindex]), menuvalue[itemindex]);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user