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 -1
View File
@@ -828,7 +828,7 @@ static GLboolean createWindow(_GLFWwindow* window,
XFree(hints);
}
_glfwPlatformSetWindowTitle(window, "GLFW Window");
_glfwPlatformSetWindowTitle(window, wndconfig->title);
// Make sure the window is mapped before proceeding
XMapWindow(_glfwLibrary.X11.display, window->X11.handle);