Fix Motif hints being set for X11 full screen

Related to #575.
This commit is contained in:
Camilla Berglund
2015-08-12 17:21:46 +02:00
parent 6b8d490249
commit ca8912375c
2 changed files with 15 additions and 14 deletions
+1
View File
@@ -88,6 +88,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- [X11] Bugfix: The original video mode was not restored on iconification of
full screen windows
- [X11] Bugfix: `GLFW_ARROW_CURSOR` selected the wrong cursor image
- [X11] Bugfix: The `GLFW_DECORATED` hint was not ignored for full screen
- [WGL] Made all WGL functions dynamically loaded
- [WGL] Removed `GLFW_USE_DWM_SWAP_INTERVAL` compile-time option
- [WGL] Bugfix: Swap interval was ignored when DWM was enabled