Skip to content

Commit

Permalink
Infrastructure Preparation 260
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Mar 6, 2024
1 parent 4cc82c6 commit a4b1465
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Skylark" Version="3.1.3.4" />
<PackageReference Include="Skylark.Wing" Version="3.1.3.2" />
<PackageReference Include="Skylark.Wing" Version="3.1.3.3" />
</ItemGroup>
<ItemGroup>
<Compile Update="DuplicateWall.cs">
Expand Down
3 changes: 2 additions & 1 deletion src/Skylark.Wing/Helper/DesktopIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static bool FixHandle(IntPtr Handle)

if (IntPtr != IntPtr.Zero)
{
//WorkerW = SWHWAPI.FindWindowEx(IntPtr.Zero, TopHandle, "WorkerW", IntPtr.Zero);
WorkerW = SWHWAPI.FindWindowEx(IntPtr.Zero, TopHandle, "WorkerW", IntPtr.Zero);
}

return true;
Expand Down Expand Up @@ -158,6 +158,7 @@ private static bool SetParent(IntPtr Handle, IntPtr Progman, IntPtr WorkerW)
}

IntPtr Return = SWNM.SetParent(Handle, Progman);

if (Return.Equals(IntPtr.Zero))
{
return false;
Expand Down
4 changes: 2 additions & 2 deletions src/Skylark.Wing/Skylark.Wing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
// Creator: Taiizor
// Website: www.Vegalya.com
// Created: 17.Jun.2023
// Changed: 05.Mar.2024
// Version: 3.1.3.3
// Changed: 06.Mar.2024
// Version: 3.1.3.4
//
// |---------DO-NOT-REMOVE---------|

Expand Down
2 changes: 1 addition & 1 deletion src/Skylark.Wing/Skylark.Wing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<ApplicationIcon>Resources\Skylark.Wing.ico</ApplicationIcon>
<Version>3.1.3.3</Version>
<Version>3.1.3.4</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>Skylark.Wing</Title>
Expand Down

0 comments on commit a4b1465

Please sign in to comment.