mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
Remove title member from window config
The window title is already available in the window struct.
This commit is contained in:
@@ -402,7 +402,6 @@ struct _GLFWwndconfig
|
||||
int ypos;
|
||||
int width;
|
||||
int height;
|
||||
const char* title;
|
||||
GLFWbool resizable;
|
||||
GLFWbool visible;
|
||||
GLFWbool decorated;
|
||||
|
||||
Reference in New Issue
Block a user