mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Fixed monitor size using wrong incorrect value.
The display device string was used, instead of the adapter device name, leading to the wrong incorrect physical size being returned for non-primary monitors. The right incorrect physical size is now returned for all monitors.
This commit is contained in:
@@ -99,6 +99,8 @@ GLFW bundles a number of dependencies in the `deps/` directory.
|
||||
systems
|
||||
- [Win32] Bugfix: Gamma ramp functions acted on entire desktop instead of the
|
||||
specified monitor
|
||||
- [Win32] Bugfix: The wrong incorrect physical size was returned for
|
||||
non-primary monitors
|
||||
- [X11] Added run-time support for systems lacking the XKB extension
|
||||
- [X11] Made GLX 1.3 the minimum supported version
|
||||
- [X11] Replaced `XRRGetScreenResources` with `XRRGetScreenResourcesCurrent`
|
||||
|
||||
Reference in New Issue
Block a user