Removed constant string length for monitor parameters.

This commit is contained in:
Marcel Metz
2011-10-03 13:54:05 -04:00
parent f89feefa46
commit 3aa4976d6f
4 changed files with 9 additions and 6 deletions

View File

@@ -548,7 +548,6 @@ GLFWAPI void glfwSetErrorCallback(GLFWerrorfun cbfun);
#define GLFW_MONITOR_PARAM_I_PHYS_HEIGHT 2
#define GLFW_MONITOR_PARAM_I_SCREEN_X_POS 3
#define GLFW_MONITOR_PARAM_I_SCREEN_Y_POS 4
#define GLFW_MONITOR_PARAM_S_NAME_LEN 30
/* Monitor types */
typedef struct _GLFWmonitor* GLFWmonitor;