fixed win32 build
[deb_libcec.git] / src / LibCecSharp / CecSharpTypes.h
index 10a0fa946914c1b1cf22bf8d8c62f9bc8dd3056f..c7636a1551bf2cc0696a66c0c942b482673c7319 100644 (file)
@@ -1935,6 +1935,11 @@ namespace CecSharp
     /// The type of adapter that libCEC is connected to.
     /// </summary>
     property CecAdapterType       AdapterType;
+
+       /// <summary>
+    /// True to power on when quitting the screensaver.
+    /// </summary>
+       property bool                 PowerOnScreensaver;
   };
 
   // the callback methods are called by unmanaged code, so we need some delegates for this