From 0df81489e6c15e3b6d7ce4cabd4e5bf68fadd477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:29:06 +0000 Subject: [PATCH 1/2] Bump Microsoft.Windows.CsWin32 from 0.3.236 to 0.3.298 --- updated-dependencies: - dependency-name: Microsoft.Windows.CsWin32 dependency-version: 0.3.298 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a7ebd49a..1f5cb8a3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -31,7 +31,7 @@ - + From 3048c2e16ab46f9df81d45a5bb94ccab83768ca8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 12 Jul 2026 14:56:53 +0000 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20CsWin32=200.3.298=E3=81=A7=E3=81=AEv?= =?UTF-8?q?oid*=E3=83=91=E3=83=A9=E3=83=A1=E3=83=BC=E3=82=BF=E3=81=B8?= =?UTF-8?q?=E3=81=AE=E3=82=B3=E3=83=AC=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E5=BC=8F=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WindowTranslator/Controls/WindowCaptureCompositionHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowTranslator/Controls/WindowCaptureCompositionHost.cs b/WindowTranslator/Controls/WindowCaptureCompositionHost.cs index 16e425a2..c65bebed 100644 --- a/WindowTranslator/Controls/WindowCaptureCompositionHost.cs +++ b/WindowTranslator/Controls/WindowCaptureCompositionHost.cs @@ -158,7 +158,7 @@ protected override HandleRef BuildWindowCore(HandleRef hwndParent) (HWND)hwndParent.Handle, null!, null!, - []); + null); // ほかのコントローラをオーバーレイさせるためにキャプチャーは一番下のレイヤー扱い SetWindowPos(hwndHost, new(1), 0, 0, 0, 0, SET_WINDOW_POS_FLAGS.SWP_NOMOVE | SET_WINDOW_POS_FLAGS.SWP_NOSIZE);