mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Added window title to glfwOpenWindow.
This commit is contained in:
@@ -1166,7 +1166,7 @@ static int createWindow(_GLFWwindow* window,
|
||||
|
||||
window->Win32.handle = CreateWindowEx(window->Win32.dwExStyle,
|
||||
_GLFW_WNDCLASSNAME,
|
||||
"GLFW Window",
|
||||
wndconfig->title,
|
||||
window->Win32.dwStyle,
|
||||
wa.left, wa.top, // Window position
|
||||
fullWidth, // Decorated window width
|
||||
|
||||
Reference in New Issue
Block a user