Implemented monitor (dis)connect callback for win32.

This commit is contained in:
Marcel Metz
2011-10-14 14:32:06 -04:00
parent 784f60365e
commit 85d4bfcff5
3 changed files with 116 additions and 2 deletions
+2
View File
@@ -42,6 +42,7 @@
#include <windows.h>
#include <mmsystem.h>
#include <Dbt.h>
// This path may need to be changed if you build GLFW using your own setup
// We ship and use our own copy of wglext.h since GLFW uses fairly new
@@ -332,6 +333,7 @@ void _glfwInitTimer(void);
// Monitor support
void _glfwInitMonitors(void);
void _glfwRefreshMonitors(void);
void _glfwTerminateMonitors(void);
// Fullscreen support