Reflect X visual changes to EGL code

This commit is contained in:
Cloudef
2012-04-26 02:26:01 +03:00
committed by Jari Vetoniemi
parent 819b09d479
commit 2815630688
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -262,6 +262,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);