mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Change WindowIntelopHelper to WindowIntelopHelper (#887)
This commit is contained in:
@@ -10,7 +10,7 @@ using Point = System.Windows.Point;
|
||||
|
||||
namespace Wox.Helper
|
||||
{
|
||||
public class WindowIntelopHelper
|
||||
public class WindowsInteropHelper
|
||||
{
|
||||
private const int GWL_STYLE = -16; //WPF's Message code for Title Bar's Style
|
||||
private const int WS_SYSMENU = 0x80000; //WPF's Message code for System Menu
|
||||
Reference in New Issue
Block a user