Widow – Diff between revs 18 and 19

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 18 Rev 19
Line 5... Line 5...
5   5  
6 namespace Widow 6 namespace Widow
7 { 7 {
8 public static class Natives 8 public static class Natives
-   9 {
-   10 #region Static Fields and Constants
-   11  
-   12 public const int HWND_BROADCAST = 0xffff;
-   13  
-   14 public static readonly int WM_SHOWME = RegisterWindowMessage("WM_SHOWME");
-   15  
-   16 #endregion
9 { 17  
Line 10... Line 18...
10 #region Public Events & Delegates 18 #region Public Events & Delegates
Line 11... Line 19...
11   19  
Line 1587... Line 1595...
1587   1595  
Line 1588... Line 1596...
1588 #endregion 1596 #endregion
Line -... Line 1597...
-   1597  
-   1598 #region Public Methods
-   1599  
1589   1600 [DllImport("user32")]
1590 #region Public Methods 1601 public static extern bool PostMessage(IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam);
Line 1591... Line 1602...
1591   1602  
1592 [DllImport("user32.dll")] 1603 [DllImport("user32.dll")]