Module: wine Branch: master Commit: 9954c6b7fbc256e4905edbdce6e8227ac1468b1a URL: https://gitlab.winehq.org/wine/wine/-/commit/9954c6b7fbc256e4905edbdce6e8227...
Author: Biswapriyo Nath nathbappai@gmail.com Date: Thu Jun 20 13:16:43 2024 +0000
include: Add Windows.Graphics.Capture.IGraphicsCaptureSession2 definition.
---
include/windows.graphics.capture.idl | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/include/windows.graphics.capture.idl b/include/windows.graphics.capture.idl index f89f91afc42..f0ebd0cab9b 100644 --- a/include/windows.graphics.capture.idl +++ b/include/windows.graphics.capture.idl @@ -51,6 +51,17 @@ namespace Windows.Graphics.Capture { HRESULT StartCapture(); }
+ [ + contract(Windows.Foundation.UniversalApiContract, 10.0), + exclusiveto(Windows.Graphics.Capture.GraphicsCaptureSession), + uuid(2c39ae40-7d2e-5044-804e-8b6799d4cf9e) + ] + interface IGraphicsCaptureSession2 : IInspectable + { + [propget] HRESULT IsCursorCaptureEnabled([out, retval] boolean *value); + [propput] HRESULT IsCursorCaptureEnabled([in] boolean value); + } + [ contract(Windows.Foundation.UniversalApiContract, 6.0), exclusiveto(Windows.Graphics.Capture.GraphicsCaptureSession),