mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Removed constant string length for monitor parameters.
This commit is contained in:
+1
-1
@@ -225,7 +225,7 @@ struct _GLFWmonitor
|
||||
|
||||
void* userPointer;
|
||||
|
||||
char deviceName[GLFW_MONITOR_PARAM_S_NAME_LEN+1];
|
||||
char* deviceName;
|
||||
// physical dimensions in millimeters.
|
||||
int physicalWidth;
|
||||
int physicalHeight;
|
||||
|
||||
Reference in New Issue
Block a user