-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Win32] Use WS_EX_LAYERED style for native control holders with winui composition #7111
[Win32] Use WS_EX_LAYERED style for native control holders with winui composition #7111
Conversation
Probably also fixes #6308 |
…-windows-for-embedded-controls [Win32] Use WS_EX_LAYERED style for native control holders with winui composition
@kekekeks after this change the |
Can we possibly detect if manifest is missing or not? I am not sure if it's the best idea if we force users to use manifest. I don't think other frameworks do that. Although we definitely can include it with templates. |
If it's missing, then |
IMO we should just retry creating the window without WS_EX_LAYERED. |
Fixes #7106