Moved PInvoke stuff to seperate class, Added jank force refresh of window on theme change

This commit is contained in:
Usman Shafiq
2022-03-23 22:12:35 -04:00
parent c9bd9cd9d3
commit 8b66fd5825
7 changed files with 303 additions and 18 deletions
+9
View File
@@ -83,6 +83,12 @@
<Compile Include="AssetBundleCacher.cs" />
<Compile Include="CefCustomMenuHandler.cs" />
<Compile Include="ImageCache.cs" />
<Compile Include="InvisPopup.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="InvisPopup.Designer.cs">
<DependentUpon>InvisPopup.cs</DependentUpon>
</Compile>
<Compile Include="VRCEventDeserialization.cs" />
<Compile Include="IPCClient.cs" />
<Compile Include="IPCServer.cs" />
@@ -123,6 +129,9 @@
<SubType>Form</SubType>
</Compile>
<Compile Include="WinformThemer.cs" />
<EmbeddedResource Include="InvisPopup.resx">
<DependentUpon>InvisPopup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="VRForm.resx">
<DependentUpon>VRForm.cs</DependentUpon>
</EmbeddedResource>