Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Workspaces] Fix snapshotting minimized apps #37598

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spell checker
  • Loading branch information
donlaci committed Feb 21, 2025
commit e1ffb7aee8a2e6f4bf17954a98b45330fd9de2d0
2 changes: 1 addition & 1 deletion src/modules/Workspaces/workspaces-common/WindowFilter.h
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ namespace WindowFilter
}

// the FilterAdditional() filter method is similar to the Filter() method (above). It does not filter out the popup styled windows
// as some packaged apps in minimized state have the same style poperties and are filtered out, which end up in not being snapshotted
// as some packaged apps in minimized state have the same style properties and are filtered out, which end up in not being snapshotted
inline bool FilterAdditional(HWND window)
{
auto style = GetWindowLong(window, GWL_STYLE);