mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 14:05:53 +02:00
Re-used POSITION_* tokens for monitor position.
This commit is contained in:
@@ -541,8 +541,8 @@ extern "C" {
|
||||
|
||||
#define GLFW_MONITOR_WIDTH_MM 0x00060001
|
||||
#define GLFW_MONITOR_HEIGHT_MM 0x00060002
|
||||
#define GLFW_MONITOR_POS_X 0x00060003
|
||||
#define GLFW_MONITOR_POS_Y 0x00060004
|
||||
/* reuse GLFW_POSITION_X */
|
||||
/* reuse GLFW_POSITION_Y */
|
||||
|
||||
#define GLFW_CONNECTED 0x00061000
|
||||
#define GLFW_DISCONNECTED 0x00061001
|
||||
|
||||
Reference in New Issue
Block a user