Skip to content

Commit

Permalink
Make NoIconBehavior extension class public to allow other projects to…
Browse files Browse the repository at this point in the history
… use it
  • Loading branch information
ashokgelal committed Apr 25, 2017
1 parent 4f34b13 commit 9825c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magpie/Magpie/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9825c05

Please sign in to comment.