Moved WGL context logic into OpenGL module.

This commit is contained in:
Camilla Berglund
2012-07-31 22:48:28 +02:00
parent 6c37c84d91
commit fc74a5533e
3 changed files with 594 additions and 563 deletions
+6
View File
@@ -232,6 +232,12 @@ char* _glfwCreateUTF8FromWideString(const WCHAR* source);
// Time
void _glfwInitTimer(void);
// OpenGL support
int _glfwCreateContext(_GLFWwindow* window,
const _GLFWwndconfig* wndconfig,
const _GLFWfbconfig* fbconfig);
void _glfwDestroyContext(_GLFWwindow* window);
// Fullscreen support
void _glfwSetVideoMode(int* width, int* height,
int* bpp, int* refreshRate,