Implemented display iteration for win32 platform.

This commit is contained in:
Marcel Metz
2011-10-01 13:42:59 -04:00
parent 4634c334ea
commit a905e671b3
4 changed files with 124 additions and 1 deletions
+4
View File
@@ -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,