Updated WindowsFormsAero library.

Fixed Windows 8 compatibility (Aero Peek fixed).
This commit is contained in:
Lorenz Cuno Klopfenstein 2012-11-27 01:57:34 +01:00
parent 9e20af4b06
commit 53c45bdcbc
5 changed files with 653 additions and 644 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -8,9 +8,5 @@ using OnTopReplica.Native;
namespace OnTopReplica.Platforms {
class WindowsEight : WindowsSeven {
public override void PostHandleFormInit(MainForm form) {
//Noop
}
}
}

View file

@ -14,7 +14,7 @@ namespace OnTopReplica.Platforms {
public override void PostHandleFormInit(MainForm form) {
DwmManager.SetWindowFlip3dPolicy(form, Flip3DPolicy.ExcludeAbove);
DwmManager.SetExludeFromPeek(form, true);
DwmManager.SetExcludeFromPeek(form, true);
DwmManager.SetDisallowPeek(form, true);
}