mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Tweaking GLFW_ANY_POSITION
to int32_t
max value to avoid signed/unsigned warnings.
This commit is contained in:
parent
a02b287b1d
commit
596cabbe58
@ -1179,7 +1179,7 @@ extern "C" {
|
||||
#define GLFW_WAYLAND_PREFER_LIBDECOR 0x00038001
|
||||
#define GLFW_WAYLAND_DISABLE_LIBDECOR 0x00038002
|
||||
|
||||
#define GLFW_ANY_POSITION 0x80000000
|
||||
#define GLFW_ANY_POSITION 0x7FFFFFFF
|
||||
|
||||
/*! @defgroup shapes Standard cursor shapes
|
||||
* @brief Standard system cursor shapes.
|
||||
|
Loading…
Reference in New Issue
Block a user