mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Start 3.3.3
This commit is contained in:
parent
0a49ef0a00
commit
64c7aa50d0
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(GLFW VERSION 3.3.2 LANGUAGES C)
|
||||
project(GLFW VERSION 3.3.3 LANGUAGES C)
|
||||
|
||||
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)
|
||||
|
||||
|
11
README.md
11
README.md
@ -118,16 +118,7 @@ information on what to include when reporting a bug.
|
||||
|
||||
## Changelog
|
||||
|
||||
- [Win32] Bugfix: Super key was not released after Win+V hotkey (#1622)
|
||||
- [Win32] Bugfix: `glfwGetKeyName` could access out of bounds and return an
|
||||
invalid pointer
|
||||
- [Win32] Bugfix: Some synthetic key events were reported as `GLFW_KEY_UNKNOWN`
|
||||
(#1623)
|
||||
- [Cocoa] Added support for `VK_EXT_metal_surface` (#1619)
|
||||
- [Cocoa] Added locating the Vulkan loader at runtime in an application bundle
|
||||
- [X11] Bugfix: `glfwFocusWindow` could terminate on older WMs or without a WM
|
||||
- [X11] Bugfix: Creating an undecorated window could fail with BadMatch (#1620)
|
||||
- [X11] Bugfix: Querying a disconnected monitor could segfault (#1602)
|
||||
There is nothing here yet.
|
||||
|
||||
|
||||
## Contact
|
||||
|
@ -270,7 +270,7 @@ extern "C" {
|
||||
* API changes.
|
||||
* @ingroup init
|
||||
*/
|
||||
#define GLFW_VERSION_REVISION 2
|
||||
#define GLFW_VERSION_REVISION 3
|
||||
/*! @} */
|
||||
|
||||
/*! @brief One.
|
||||
|
Loading…
Reference in New Issue
Block a user