mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Implemented display iteration for win32 platform.
This commit is contained in:
@@ -318,6 +318,10 @@ typedef struct _GLFWlibraryWin32
|
||||
// Time
|
||||
void _glfwInitTimer(void);
|
||||
|
||||
// Display support
|
||||
void _glfwInitDisplays(void);
|
||||
void _glfwTerminateDisplays(void);
|
||||
|
||||
// Fullscreen support
|
||||
void _glfwSetVideoMode(int* width, int* height,
|
||||
int* bpp, int* refreshRate,
|
||||
|
||||
Reference in New Issue
Block a user