Removed glfwCopyContext to map better against EGL.

This commit is contained in:
Camilla Berglund
2012-11-22 20:16:48 +01:00
parent 06e7a96c61
commit 2a166c5086
8 changed files with 5 additions and 77 deletions

View File

@@ -1548,13 +1548,6 @@ GLFWAPI int glfwExtensionSupported(const char* extension);
*/
GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname);
/*! @brief Copies the desired parts of the state of one window's context to another.
* @ingroup opengl
*
* @remarks This function may be called from secondary threads.
*/
GLFWAPI void glfwCopyContext(GLFWwindow src, GLFWwindow dst, unsigned long mask);
/*************************************************************************
* Global definition cleanup