Moved remaining X visual management into opengl module.

This commit is contained in:
Camilla Berglund
2012-04-23 22:31:55 +02:00
parent f77c8f8b21
commit a22fbf7e9b
3 changed files with 21 additions and 9 deletions
+1
View File
@@ -289,6 +289,7 @@ int _glfwCreateContext(_GLFWwindow* window,
const _GLFWwndconfig* wndconfig,
const _GLFWfbconfig* fbconfig);
void _glfwDestroyContext(_GLFWwindow* window);
XVisualInfo* _glfwGetContextVisual(_GLFWwindow* window);
// Fullscreen support
int _glfwGetClosestVideoMode(int* width, int* height, int* rate);