mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 06:23:50 +00:00
Start 3.3.5
This commit is contained in:
parent
814b7929c5
commit
713711f5e9
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
project(GLFW VERSION 3.3.4 LANGUAGES C)
|
project(GLFW VERSION 3.3.5 LANGUAGES C)
|
||||||
|
|
||||||
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)
|
set(CMAKE_LEGACY_CYGWIN_WIN32 OFF)
|
||||||
|
|
||||||
|
@ -118,8 +118,7 @@ information on what to include when reporting a bug.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
- [X11] Bugfix: Some window attributes were not applied on leaving fullscreen
|
There is nothing here yet.
|
||||||
(#1863)
|
|
||||||
|
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
@ -295,7 +295,7 @@ extern "C" {
|
|||||||
* API changes.
|
* API changes.
|
||||||
* @ingroup init
|
* @ingroup init
|
||||||
*/
|
*/
|
||||||
#define GLFW_VERSION_REVISION 4
|
#define GLFW_VERSION_REVISION 5
|
||||||
/*! @} */
|
/*! @} */
|
||||||
|
|
||||||
/*! @brief One.
|
/*! @brief One.
|
||||||
|
Loading…
Reference in New Issue
Block a user