mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Video mode setting cleanup.
This commit is contained in:
+1
-1
@@ -229,7 +229,7 @@ int _glfwCreateContext(_GLFWwindow* window,
|
||||
void _glfwDestroyContext(_GLFWwindow* window);
|
||||
|
||||
// Fullscreen support
|
||||
void _glfwSetVideoMode(_GLFWmonitor* monitor, const GLFWvidmode* mode);
|
||||
void _glfwSetVideoMode(_GLFWmonitor* monitor, const GLFWvidmode* desired);
|
||||
void _glfwRestoreVideoMode(_GLFWmonitor* monitor);
|
||||
|
||||
// Joystick input
|
||||
|
||||
Reference in New Issue
Block a user