Skip to content

Commit

Permalink
expose IAppWindow.GetClientBounds
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Sep 18, 2018
1 parent 0c7cedf commit 34c41b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.*")]
[assembly: AssemblyCompany("Lost Tech LLC")]
[assembly: AssemblyProduct("Stack")]
[assembly: AssemblyCopyright("Copyright © Lost Tech LLC 2018")]
Expand Down
1 change: 1 addition & 0 deletions IAppWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public interface IAppWindow
bool CanMove { get; }
Rect Bounds { get; }
Task<Rect> GetBounds();
Task<Rect> GetClientBounds();
string Title { get; }
Task<Exception> Activate();
Task<Exception> BringToFront();
Expand Down

0 comments on commit 34c41b6

Please sign in to comment.