X-Aim – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 3... Line 3...
3   3  
4 namespace X_Aim 4 namespace X_Aim
5 { 5 {
6 public static class Natives 6 public static class Natives
7 { 7 {
Line 8... Line 8...
8 public const int SW_HIDE = 0; 8 public const int SwHide = 0;
Line 9... Line 9...
9   9  
Line 10... Line 10...
10 public const int SW_SHOW = 5; 10 public const int SwShow = 5;
Line 11... Line 11...
11   11  
Line 12... Line 12...
12 public const int SW_SHOWNORMAL = 1; 12 public const int SwShownormal = 1;
13   13  
Line 14... Line 14...
14 public const int SW_SHOWMAXIMIZED = 3; 14 public const int SwShowmaximized = 3;