Added some debug information for BUG-2017, this shows when D is pressed.

This commit is contained in:
Robin 2016-09-04 20:10:33 +02:00
parent d446127e19
commit 71aa131f78
2 changed files with 36 additions and 23 deletions

View file

@ -1625,7 +1625,7 @@ namespace GreenshotPlugin.Core {
{
return false;
}
// Skip everything which is not rendered normally.
// Skip everything which is not rendered "normally", trying to fix
if (!window.IsApp && (exWindowStyle & ExtendedWindowStyleFlags.WS_EX_NOREDIRECTIONBITMAP) != 0)
{
return false;
@ -1637,6 +1637,7 @@ namespace GreenshotPlugin.Core {
}
return window.Visible || window.Iconic;
}
/// <summary>
/// Get all the top level windows
/// </summary>