Skip to content

windows: add manifest to executable for high DPI awareness - #301

Open
russiandesman wants to merge 1 commit into
rvaiya:masterfrom
russiandesman:windows/avoid-blurry-menus-and-message-boxes-for-custom-scaling
Open

windows: add manifest to executable for high DPI awareness#301
russiandesman wants to merge 1 commit into
rvaiya:masterfrom
russiandesman:windows/avoid-blurry-menus-and-message-boxes-for-custom-scaling

Conversation

@russiandesman

Copy link
Copy Markdown

Hello!

Under Windows the tray popup menu and "warpd is already running" messagebox look scary when using interface scaling different from 100% (which is almost always true for high-DPI displays).

This patch resolves this by rejecting Windows' scaling feature.
It is done by manifest embedding with dpiAware and dpiAwareness settings, the former is for pre-win10 systems, the latter is for Win10+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant