From 6c2942ee457a4be759063e1e57f66627718ff8ab Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Tue, 30 Jun 2026 08:56:14 +0000 Subject: [PATCH] fix(fmt): remove extra blank line in dxgi.rs Co-Authored-By: Claude Sonnet 4.6 --- crates/punktfunk-host/src/capture/windows/dxgi.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/punktfunk-host/src/capture/windows/dxgi.rs b/crates/punktfunk-host/src/capture/windows/dxgi.rs index 9f9f0b0..b52641a 100644 --- a/crates/punktfunk-host/src/capture/windows/dxgi.rs +++ b/crates/punktfunk-host/src/capture/windows/dxgi.rs @@ -61,7 +61,6 @@ pub fn pack_luid(luid: LUID) -> i64 { ((luid.HighPart as i64) << 32) | (luid.LowPart as i64 & 0xffff_ffff) } - /// Create a fresh D3D11 device + context on a specific adapter (driver_type UNKNOWN with an explicit /// adapter). Used at open and on every ACCESS_LOST: a device created on one desktop cannot sustain a /// duplication on a *different* desktop (perpetual ACCESS_LOST), so the secure-desktop switch needs a