fix build

This commit is contained in:
2026-06-30 10:12:45 +02:00
parent 219902d3eb
commit 3fb9d081d1
3 changed files with 48 additions and 0 deletions
@@ -34,6 +34,7 @@ use windows::Win32::Graphics::Dxgi::Common::{
};
use windows::Win32::Graphics::Dxgi::{IDXGIAdapter1, IDXGIDevice, IDXGIDevice1};
#[derive(Clone)]
pub struct WinCaptureTarget {
/// Packed DXGI adapter LUID (`(HighPart << 32) | (LowPart & 0xffff_ffff)`).
pub adapter_luid: i64,