Fixed incorrect full screen window placement.

Fixes #213.
This commit is contained in:
Camilla Berglund
2014-09-10 13:40:40 +02:00
parent e9c7314d50
commit 5ca875a7ff
2 changed files with 39 additions and 20 deletions
+2
View File
@@ -95,6 +95,8 @@ GLFW bundles a number of dependencies in the `deps/` directory.
of their physical location
- [Win32] Bugfix: Maximized hidden windows were restored by `glfwShowWindow`
- [Win32] Bugfix: Context re-creation was not triggered by sRGB hint
- [Win32] Bugfix: Full screen windows were incorrectly sized and placed on some
systems
- [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`