commit | ac5fee4d20557078562f08327dc779321d20dd6d | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Thu Jan 17 21:56:02 2013 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Mon Feb 04 12:33:09 2013 +0100 |
tree | 983ceb291020ddb43a2c901b2f34bff98e5384ab | |
parent | 2cea6e37cfd1144ffa04fa0313c2f4cc825c4295 [diff] [blame] |
Re-used POSITION_* tokens for monitor position.
diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 2f21e5f..d26dec1 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h
@@ -541,8 +541,8 @@ #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