-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
per-monitor DPI handling with MS Windows clients #1526
Comments
No longer blocked by #56, but blocked by comtypes bugs again (similar to #2573 and #1899): it pollutes the Just for fun have a look at all those wrong answers: How do I get monitor resolution in Python? |
and refactor comtypes query into a utility context manager
The latest version of comtypes (1.1.14 at time of writing) seems to have fixed these runtime loading issues so the commit above allows us to expose the But, as usual, there are other problems:
If this causes problems, it can be disabled with |
Blocked by #56, X11 doesn't have per-monitor DPI data either.. so not very useful in the short term.
But we can get per-monitor DPI information:
The text was updated successfully, but these errors were encountered: