mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Fix error type for unavailable pixel format error
All backends reported this as GLFW_PLATFORM_ERROR, while the documentation mandates GLFW_FORMAT_UNAVAILABLE.
This commit is contained in:
@@ -102,13 +102,17 @@ GLFW bundles a number of dependencies in the `deps/` directory.
|
||||
- [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
|
||||
- [WGL] Bugfix: Failure to find a pixel format was reported incorrectly
|
||||
- [GLX] Added dependency on `libdl` on systems where it provides `dlopen`
|
||||
- [GLX] Made all GLX functions dynamically loaded
|
||||
- [GLX] Removed `_GLFW_HAS_GLXGETPROCADDRESS*` and `_GLFW_HAS_DLOPEN`
|
||||
compile-time options
|
||||
- [GLX] Bugfix: Failure to find a `GLXFBConfig` was reported incorrectly
|
||||
- [EGL] Made all EGL functions dynamically loaded
|
||||
- [EGL] Bugfix: `glfwGetProcAddress` did not return the addresses of core
|
||||
functions
|
||||
- [EGL] Bugfix: Failure to find an `EGLConfig` was reported incorrectly
|
||||
- [NSGL] Bugfix: Failure to find a pixel format was reported incorrectly
|
||||
|
||||
|
||||
## Contact
|
||||
|
||||
Reference in New Issue
Block a user