From 9825c05d6d9fe81fb6e4e19453a4766e6eaede7b Mon Sep 17 00:00:00 2001 From: Ashok Gelal Date: Tue, 25 Apr 2017 13:14:54 -0600 Subject: [PATCH] Make NoIconBehavior extension class public to allow other projects to use it --- src/Magpie/Magpie/Views/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magpie/Magpie/Views/MainWindow.xaml.cs b/src/Magpie/Magpie/Views/MainWindow.xaml.cs index 133bf72..0014f87 100644 --- a/src/Magpie/Magpie/Views/MainWindow.xaml.cs +++ b/src/Magpie/Magpie/Views/MainWindow.xaml.cs @@ -210,7 +210,7 @@ public static Form GetTopMostWindow(IntPtr hWndMainFrm) } } - internal class NoIconBehavior + public class NoIconBehavior { private const int GwlExstyle = -20; private const int SwpFramechanged = 0x0020;