Moved monitor callback to shared implementation.

This commit is contained in:
Marcel Metz
2012-01-30 14:55:23 +01:00
parent f228d23024
commit df64773a44
4 changed files with 85 additions and 80 deletions
+1
View File
@@ -388,6 +388,7 @@ GLboolean _glfwIsValidContext(_GLFWwindow* window, _GLFWwndconfig* wndconfig);
// Monitor management (monitor.c)
void _glfwInitMonitors(void);
void _glfwRefreshMonitors(void);
void _glfwTerminateMonitors(void);
#endif // _internal_h_