X-Aim

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/trunk/X-Aim/Natives.cs
@@ -5,15 +5,15 @@
{
public static class Natives
{
public const int SW_HIDE = 0;
public const int SwHide = 0;
 
public const int SW_SHOW = 5;
public const int SwShow = 5;
 
public const int SW_SHOWNORMAL = 1;
public const int SwShownormal = 1;
 
public const int SW_SHOWMAXIMIZED = 3;
public const int SwShowmaximized = 3;
 
public const int SW_RESTORE = 9;
public const int SwRestore = 9;
 
[DllImport("user32.dll")]
public static extern bool SetForegroundWindow(IntPtr hWnd);