mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Added window title to glfwOpenWindow.
This commit is contained in:
@@ -99,6 +99,7 @@ typedef struct _GLFWhints
|
||||
typedef struct _GLFWwndconfig
|
||||
{
|
||||
int mode;
|
||||
const char* title;
|
||||
int refreshRate;
|
||||
int windowNoResize;
|
||||
int glMajor;
|
||||
|
||||
Reference in New Issue
Block a user