Skip to content

Commit

Permalink
Update Borderless.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Sampson committed Jan 13, 2014
1 parent 70aabbe commit 0b25e1a
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions Borderless.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,6 @@ public static readonly Int32
private string _selectedProcessName;
private string _selectedFavoriteProcess;

/// <summary>
/// The MoveWindow function changes the position and dimensions of the specified window. For a top-level window, the
/// position and dimensions are relative to the upper-left corner of the screen. For a child window, they are relative
/// to the upper-left corner of the parent window's client area.
/// </summary>
/// <param name="hWnd">Handle to the window.</param>
/// <param name="X">Specifies the new position of the left side of the window.</param>
/// <param name="Y">Specifies the new position of the top of the window.</param>
/// <param name="nWidth">Specifies the new width of the window.</param>
/// <param name="nHeight">Specifies the new height of the window.</param>
/// <param name="bRepaint">
/// Specifies whether the window is to be repainted. If this parameter is TRUE, the window receives
/// a message. If the parameter is FALSE, no repainting of any kind occurs. This applies to the client area, the
/// nonclient area (including the title bar and scroll bars), and any part of the parent window uncovered as a result
/// of moving a child window.
/// </param>
/// <returns>
/// If the function succeeds, the return value is nonzero.
/// <para>If the function fails, the return value is zero. To get extended error information, call GetLastError.</para>
/// </returns>

#endregion
public Borderless()
{
Expand Down Expand Up @@ -372,4 +351,4 @@ private void TrayIconExit(object sender, EventArgs e)
Environment.Exit(0);
}
}
}
}

0 comments on commit 0b25e1a

Please sign in to comment.