From 5487bf40a94a892d571fe3324f62faff86dd7ef9 Mon Sep 17 00:00:00 2001 From: Rick Brewster Date: Fri, 3 Jan 2025 14:56:44 -0800 Subject: [PATCH] Fix Presentation header This was just some copy pasta on my part. --- generation/Windows/um/Presentation/header.txt | 2 +- generation/Windows/um/PresentationTypes/header.txt | 2 +- .../Windows/um/Presentation/CompositionFrameDisplayInstance.cs | 2 +- .../Windows/um/Presentation/CompositionFrameInstanceKind.cs | 2 +- .../um/Presentation/ICompositionFramePresentStatistics.cs | 2 +- sources/Interop/Windows/Windows/um/Presentation/IID.cs | 2 +- .../um/Presentation/IIndependentFlipFramePresentStatistics.cs | 2 +- .../Windows/Windows/um/Presentation/IPresentStatistics.cs | 2 +- .../Windows/um/Presentation/IPresentStatusPresentStatistics.cs | 2 +- .../Windows/Windows/um/Presentation/IPresentationBuffer.cs | 2 +- .../Windows/Windows/um/Presentation/IPresentationContent.cs | 2 +- .../Windows/Windows/um/Presentation/IPresentationFactory.cs | 2 +- .../um/Presentation/IPresentationFactory_SupportHdrAware.cs | 2 +- .../Windows/Windows/um/Presentation/IPresentationManager.cs | 2 +- .../Windows/Windows/um/Presentation/IPresentationSurface.cs | 2 +- .../Windows/Windows/um/Presentation/IPresentationSurface2.cs | 2 +- .../Interop/Windows/Windows/um/Presentation/PresentStatus.cs | 2 +- sources/Interop/Windows/Windows/um/Presentation/Windows.cs | 2 +- .../Windows/um/PresentationTypes/PresentStatisticsKind.cs | 2 +- .../Windows/um/PresentationTypes/PresentationTransform.cs | 2 +- .../Windows/Windows/um/PresentationTypes/SystemInterruptTime.cs | 2 +- .../um/Presentation/ICompositionFramePresentStatisticsTests.cs | 2 +- .../Presentation/IIndependentFlipFramePresentStatisticsTests.cs | 2 +- .../Windows/Windows/um/Presentation/IPresentStatisticsTests.cs | 2 +- .../um/Presentation/IPresentStatusPresentStatisticsTests.cs | 2 +- .../Windows/Windows/um/Presentation/IPresentationBufferTests.cs | 2 +- .../Windows/um/Presentation/IPresentationContentTests.cs | 2 +- .../Windows/um/Presentation/IPresentationFactoryTests.cs | 2 +- .../Presentation/IPresentationFactory_SupportHdrAwareTests.cs | 2 +- .../Windows/um/Presentation/IPresentationManagerTests.cs | 2 +- .../Windows/um/Presentation/IPresentationSurface2Tests.cs | 2 +- .../Windows/um/Presentation/IPresentationSurfaceTests.cs | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/generation/Windows/um/Presentation/header.txt b/generation/Windows/um/Presentation/header.txt index d7922ff1f5..6a9af372e5 100644 --- a/generation/Windows/um/Presentation/header.txt +++ b/generation/Windows/um/Presentation/header.txt @@ -1,4 +1,4 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. diff --git a/generation/Windows/um/PresentationTypes/header.txt b/generation/Windows/um/PresentationTypes/header.txt index d7922ff1f5..b6daa71bfe 100644 --- a/generation/Windows/um/PresentationTypes/header.txt +++ b/generation/Windows/um/PresentationTypes/header.txt @@ -1,4 +1,4 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/PresentationTypes.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. diff --git a/sources/Interop/Windows/Windows/um/Presentation/CompositionFrameDisplayInstance.cs b/sources/Interop/Windows/Windows/um/Presentation/CompositionFrameDisplayInstance.cs index b6175c7937..f5c3ab5375 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/CompositionFrameDisplayInstance.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/CompositionFrameDisplayInstance.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using TerraFX.Interop.DirectX; diff --git a/sources/Interop/Windows/Windows/um/Presentation/CompositionFrameInstanceKind.cs b/sources/Interop/Windows/Windows/um/Presentation/CompositionFrameInstanceKind.cs index f76d3f5832..9820c9a93b 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/CompositionFrameInstanceKind.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/CompositionFrameInstanceKind.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop.Windows; diff --git a/sources/Interop/Windows/Windows/um/Presentation/ICompositionFramePresentStatistics.cs b/sources/Interop/Windows/Windows/um/Presentation/ICompositionFramePresentStatistics.cs index 356b775c73..720f0cd292 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/ICompositionFramePresentStatistics.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/ICompositionFramePresentStatistics.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IID.cs b/sources/Interop/Windows/Windows/um/Presentation/IID.cs index f2294a1cc9..65ae4e6ba7 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IID.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IID.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IIndependentFlipFramePresentStatistics.cs b/sources/Interop/Windows/Windows/um/Presentation/IIndependentFlipFramePresentStatistics.cs index f33bf29d2b..eb79ecf824 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IIndependentFlipFramePresentStatistics.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IIndependentFlipFramePresentStatistics.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IPresentStatistics.cs b/sources/Interop/Windows/Windows/um/Presentation/IPresentStatistics.cs index a05a9e4ed3..49775fbbeb 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IPresentStatistics.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IPresentStatistics.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IPresentStatusPresentStatistics.cs b/sources/Interop/Windows/Windows/um/Presentation/IPresentStatusPresentStatistics.cs index 5783f49840..afe41439ce 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IPresentStatusPresentStatistics.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IPresentStatusPresentStatistics.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IPresentationBuffer.cs b/sources/Interop/Windows/Windows/um/Presentation/IPresentationBuffer.cs index a216e969d5..c1ef7b7301 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IPresentationBuffer.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IPresentationBuffer.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IPresentationContent.cs b/sources/Interop/Windows/Windows/um/Presentation/IPresentationContent.cs index 9eaf591788..3ea7a415ba 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IPresentationContent.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IPresentationContent.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IPresentationFactory.cs b/sources/Interop/Windows/Windows/um/Presentation/IPresentationFactory.cs index 0a456aa2f7..d37a0c6095 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IPresentationFactory.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IPresentationFactory.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IPresentationFactory_SupportHdrAware.cs b/sources/Interop/Windows/Windows/um/Presentation/IPresentationFactory_SupportHdrAware.cs index a581b26369..8d72ccbd32 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IPresentationFactory_SupportHdrAware.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IPresentationFactory_SupportHdrAware.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IPresentationManager.cs b/sources/Interop/Windows/Windows/um/Presentation/IPresentationManager.cs index fa5bd94ea3..ba47353346 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IPresentationManager.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IPresentationManager.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IPresentationSurface.cs b/sources/Interop/Windows/Windows/um/Presentation/IPresentationSurface.cs index 5c3b821ec3..214f039b7e 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IPresentationSurface.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IPresentationSurface.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/IPresentationSurface2.cs b/sources/Interop/Windows/Windows/um/Presentation/IPresentationSurface2.cs index df2e306651..fefa2fa7e6 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/IPresentationSurface2.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/IPresentationSurface2.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/Presentation/PresentStatus.cs b/sources/Interop/Windows/Windows/um/Presentation/PresentStatus.cs index cd16bfbfaf..47f84666da 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/PresentStatus.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/PresentStatus.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop.Windows; diff --git a/sources/Interop/Windows/Windows/um/Presentation/Windows.cs b/sources/Interop/Windows/Windows/um/Presentation/Windows.cs index 983b4ad904..654fb8b3ea 100644 --- a/sources/Interop/Windows/Windows/um/Presentation/Windows.cs +++ b/sources/Interop/Windows/Windows/um/Presentation/Windows.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using System; diff --git a/sources/Interop/Windows/Windows/um/PresentationTypes/PresentStatisticsKind.cs b/sources/Interop/Windows/Windows/um/PresentationTypes/PresentStatisticsKind.cs index ef4a9e863f..e7b4cd0b15 100644 --- a/sources/Interop/Windows/Windows/um/PresentationTypes/PresentStatisticsKind.cs +++ b/sources/Interop/Windows/Windows/um/PresentationTypes/PresentStatisticsKind.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/PresentationTypes.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop.Windows; diff --git a/sources/Interop/Windows/Windows/um/PresentationTypes/PresentationTransform.cs b/sources/Interop/Windows/Windows/um/PresentationTypes/PresentationTransform.cs index c4f12f11fe..40ebc6e265 100644 --- a/sources/Interop/Windows/Windows/um/PresentationTypes/PresentationTransform.cs +++ b/sources/Interop/Windows/Windows/um/PresentationTypes/PresentationTransform.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/PresentationTypes.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop.Windows; diff --git a/sources/Interop/Windows/Windows/um/PresentationTypes/SystemInterruptTime.cs b/sources/Interop/Windows/Windows/um/PresentationTypes/SystemInterruptTime.cs index 243abd15a5..e3893a6dd1 100644 --- a/sources/Interop/Windows/Windows/um/PresentationTypes/SystemInterruptTime.cs +++ b/sources/Interop/Windows/Windows/um/PresentationTypes/SystemInterruptTime.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/PresentationTypes.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop.Windows; diff --git a/tests/Interop/Windows/Windows/um/Presentation/ICompositionFramePresentStatisticsTests.cs b/tests/Interop/Windows/Windows/um/Presentation/ICompositionFramePresentStatisticsTests.cs index f93dddc8ed..b54d8bf369 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/ICompositionFramePresentStatisticsTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/ICompositionFramePresentStatisticsTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IIndependentFlipFramePresentStatisticsTests.cs b/tests/Interop/Windows/Windows/um/Presentation/IIndependentFlipFramePresentStatisticsTests.cs index 29ce53f578..c1749414c3 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IIndependentFlipFramePresentStatisticsTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IIndependentFlipFramePresentStatisticsTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IPresentStatisticsTests.cs b/tests/Interop/Windows/Windows/um/Presentation/IPresentStatisticsTests.cs index 36305d744e..0a701971de 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IPresentStatisticsTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IPresentStatisticsTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IPresentStatusPresentStatisticsTests.cs b/tests/Interop/Windows/Windows/um/Presentation/IPresentStatusPresentStatisticsTests.cs index b211d34001..6208bde2ef 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IPresentStatusPresentStatisticsTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IPresentStatusPresentStatisticsTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IPresentationBufferTests.cs b/tests/Interop/Windows/Windows/um/Presentation/IPresentationBufferTests.cs index 825db2743a..3aca9f6cc3 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IPresentationBufferTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IPresentationBufferTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IPresentationContentTests.cs b/tests/Interop/Windows/Windows/um/Presentation/IPresentationContentTests.cs index d5d48e4138..ba03fdfdda 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IPresentationContentTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IPresentationContentTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IPresentationFactoryTests.cs b/tests/Interop/Windows/Windows/um/Presentation/IPresentationFactoryTests.cs index 57bdc160c8..88d37fddf6 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IPresentationFactoryTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IPresentationFactoryTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IPresentationFactory_SupportHdrAwareTests.cs b/tests/Interop/Windows/Windows/um/Presentation/IPresentationFactory_SupportHdrAwareTests.cs index 29a6007f1b..94198b24d3 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IPresentationFactory_SupportHdrAwareTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IPresentationFactory_SupportHdrAwareTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IPresentationManagerTests.cs b/tests/Interop/Windows/Windows/um/Presentation/IPresentationManagerTests.cs index c00737333f..f353dca010 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IPresentationManagerTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IPresentationManagerTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IPresentationSurface2Tests.cs b/tests/Interop/Windows/Windows/um/Presentation/IPresentationSurface2Tests.cs index 4ea8add730..7e09734a8a 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IPresentationSurface2Tests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IPresentationSurface2Tests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; diff --git a/tests/Interop/Windows/Windows/um/Presentation/IPresentationSurfaceTests.cs b/tests/Interop/Windows/Windows/um/Presentation/IPresentationSurfaceTests.cs index d9041bb48a..fd04e5f27a 100644 --- a/tests/Interop/Windows/Windows/um/Presentation/IPresentationSurfaceTests.cs +++ b/tests/Interop/Windows/Windows/um/Presentation/IPresentationSurfaceTests.cs @@ -1,6 +1,6 @@ // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Ported from um/UIAnimation.h in the Windows SDK for Windows 10.0.26100.0 +// Ported from um/Presentation.h in the Windows SDK for Windows 10.0.26100.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework;