Added window title to glfwOpenWindow.

This commit is contained in:
Camilla Berglund
2010-09-14 03:10:45 +02:00
parent 3863a22dc1
commit 0f80e066ea
6 changed files with 8 additions and 4 deletions
+1
View File
@@ -99,6 +99,7 @@ typedef struct _GLFWhints
typedef struct _GLFWwndconfig
{
int mode;
const char* title;
int refreshRate;
int windowNoResize;
int glMajor;