-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wm): raise applicationframehost apps via state
This commit ensures that ApplicationFrameHost.exe applications developed by Microsoft are raised correctly when a user has the custom komorebi ffm implementation enabled. The Win32 API calls EnumWindows and WindowFromPoint return different HWNDs for the same windows because of some jank in how the ApplicationFrameHost apps are developed. To avoid this inconsistency on the Win32 API level, komorebi now queries its own state when looking up HWNDs for windows at any given cursor position.
- Loading branch information
Showing
1 changed file
with
31 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters