cec: delay the 'active source' command for panasonic, until the vendor command that...
[deb_libcec.git] / src / lib / CECProcessor.h
index 25b0c2aa10f75d627191807155d87bac85fd4847..3bb56fd54ba8cb453ca382c523969b6ec82870e4 100644 (file)
@@ -196,6 +196,8 @@ namespace CEC
 
       virtual bool GetDeviceInformation(const char *strPort, libcec_configuration *config, uint32_t iTimeoutMs = 10000);
 
+      bool TransmitPendingActiveSourceCommands(void);
+
       CCECBusDevice *  m_busDevices[16];
 
   private: