Move global data to library struct.  Simplify semantics.  Update
changelog.

Related to #1028.
This commit is contained in:
Camilla Löwy
2017-08-22 20:40:07 +02:00
parent 80e4922b5e
commit ce5e649d3b
3 changed files with 23 additions and 12 deletions
+2
View File
@@ -224,6 +224,8 @@ information on what to include when reporting a bug.
- [Cocoa] Bugfix: Full screen framebuffer was incorrectly sized for some video
modes (#682)
- [Cocoa] Bugfix: A string object for IME was updated non-idiomatically (#1050)
- [Cocoa] Bugfix: A hidden or disabled cursor would become visible when a user
notification was shown (#971,#1028)
- [WGL] Added support for `WGL_EXT_colorspace` for OpenGL ES contexts
- [WGL] Added support for `WGL_ARB_create_context_no_error`
- [GLX] Added support for `GLX_ARB_create_context_no_error`