mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Begun integrating monitor and window.
This commit is contained in:
@@ -90,9 +90,8 @@ int main(void)
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
threads[i].window = glfwCreateWindow(200, 200,
|
||||
GLFW_WINDOWED,
|
||||
threads[i].title,
|
||||
NULL);
|
||||
NULL, NULL);
|
||||
if (!threads[i].window)
|
||||
{
|
||||
fprintf(stderr, "Failed to open GLFW window: %s\n",
|
||||
|
||||
Reference in New Issue
Block a user