mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 03:04:14 +02:00
Begun integrating monitor and window.
This commit is contained in:
@@ -144,7 +144,8 @@ static void test_modes(GLFWmonitor monitor)
|
||||
format_mode(mode));
|
||||
|
||||
window_handle = glfwCreateWindow(mode->width, mode->height,
|
||||
GLFW_FULLSCREEN, "Video Mode Test",
|
||||
"Video Mode Test",
|
||||
glfwGetPrimaryMonitor(),
|
||||
NULL);
|
||||
if (!window_handle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user