Skip to content

Commit 84b3085

Browse files
authored
Merge pull request #127 from cairoshell/fullscreen-fixes
Improvements to full-screen logic
2 parents 2cb1e0a + cc191a1 commit 84b3085

File tree

5 files changed

+298
-104
lines changed

5 files changed

+298
-104
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
using System;
2-
using ManagedShell.Interop;
32

43
namespace ManagedShell.AppBar
54
{
65
public class FullScreenApp
76
{
87
public IntPtr hWnd;
98
public ScreenInfo screen;
10-
public NativeMethods.Rect rect;
119
public string title;
10+
public bool fromTasksService;
1211
}
1312
}

0 commit comments

Comments
 (0)